We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5394bc9 commit 9f3314bCopy full SHA for 9f3314b
.github/workflows/scan_code.yml
@@ -30,5 +30,5 @@ jobs:
30
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
31
with:
32
image: $ImageName:$ImageTag
33
- # args: --file=Dockerfile --severity-threshold=high
+ args: --severity-threshold=high #--file=Dockerfile
34
0 commit comments