Skip to content

Commit

Permalink
fix: use latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
andymac4182 committed Apr 30, 2023
1 parent 284f016 commit b7458ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Expand Up @@ -103,7 +103,7 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
command: container monitor
args: --org=23a1dbcf-c24a-4c44-aa74-cabdc4ba99d5 --file=packages/cli/Dockerfile markdown-confluence/markdown-confluence
args: --org=23a1dbcf-c24a-4c44-aa74-cabdc4ba99d5 --file=packages/cli/Dockerfile markdown-confluence/markdown-confluence:latest

- name: Run Snyk to check Docker image for vulnerabilities
continue-on-error: true
Expand Down

0 comments on commit b7458ab

Please sign in to comment.