We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd8bd4 commit e200396Copy full SHA for e200396
.github/workflows/scan_code.yml
@@ -15,15 +15,15 @@ jobs:
15
uses: actions/checkout@v4
16
17
- name: Log in to GitHub Container Registry
18
- run: echo "${{ secrets.SK_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
19
-
+ run: echo "${{ secrets.SK_PAT }}" | docker login ghcr.io -u ${{ github.actor }}
+
20
- name: Pull container image
21
run: docker pull ghcr.io/flaxandteal/arches_coral_static:latest
22
23
- name: Run Snyk scan
24
uses: snyk/actions/docker@master
25
env:
26
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ SK_PAT: ${{ secrets.SK_PAT }}
27
with:
28
image: ghcr.io/flaxandteal/arches_coral_static:latest
29
args: --file=Dockerfile --severity-threshold=high
0 commit comments