Skip to content

Commit

Permalink
Put --attachments flag on correct call
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 17, 2024
1 parent f74bb82 commit 2ebee42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
run:
snyk code test
--attachments=.snyk
--sarif
--sarif-file-output="${SARIF_FILENAME}"
--policy-path=.snyk
Expand All @@ -150,6 +149,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' && (success() || failure()) }}
run:
kosli attest snyk
--attachments=.snyk
--name=dashboard.snyk-code-scan
--scan-results="${SARIF_FILENAME}"

Expand Down

0 comments on commit 2ebee42

Please sign in to comment.