Commit 5394bc9 1 parent e3125d8 commit 5394bc9 Copy full SHA for 5394bc9
File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
security_scan :
12
12
runs-on : ubuntu-latest
13
+ env :
14
+ ImageName : ghcr.io/flaxandteal/arches_coral_static_py
15
+ ImageTag : v7.6.19-RELEASE
16
+ # ghcr.io/flaxandteal/arches_coral_static:dev-13650788094
13
17
steps :
14
18
- name : Checkout repository
15
19
uses : actions/checkout@v4
@@ -18,12 +22,13 @@ jobs:
18
22
run : echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
19
23
20
24
- name : Pull container image
21
- run : docker pull ghcr.io/flaxandteal/arches_coral_static:dev-13650788094
25
+ run : docker pull $ImageName:$ImageTag
22
26
23
27
- name : Run Snyk scan
24
28
uses : snyk/actions/docker@master
25
29
env :
26
30
SNYK_TOKEN : ${{ secrets.SNYK_TOKEN }}
27
31
with :
28
- image : ghcr.io/flaxandteal/arches_coral_static:dev-13650788094
32
+ image : $ImageName:$ImageTag
29
33
# args: --file=Dockerfile --severity-threshold=high
34
+
You can’t perform that action at this time.
0 commit comments