We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65802a0 commit 36b7a61Copy full SHA for 36b7a61
.github/workflows/scan_code.yml
@@ -18,7 +18,7 @@ jobs:
18
run: echo "${{ secrets.GHCR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
19
20
- name: Pull container image
21
- run: docker pull ghcr.io/flaxandteal/arches_coral_static:latest
+ run: docker pull ghcr.io/flaxandteal/arches_coral_static:dev-13650788094
22
23
- name: Run Snyk scan
24
uses: snyk/actions/docker@master
0 commit comments