Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami committed Feb 27, 2024
1 parent 9dba7f5 commit 4a8d668
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,9 @@ jobs:
continue-on-error: true
run:
snyk container test "${IMAGE_NAME}"
--file=Dockerfile
--json-file-output=snyk.json
--file=Dockerfile
--sarif
--sarif-file-output=snyk.json
--policy-path=.snyk

- name: Attest Snyk results to Kosli Trail
Expand Down

0 comments on commit 4a8d668

Please sign in to comment.