Skip to content

Commit

Permalink
Merge pull request #78 from cyber-dojo/snyk-attachments
Browse files Browse the repository at this point in the history
Add --attachment flag to kosli-attest-snyk calls in Workflow
  • Loading branch information
JonJagger authored Dec 17, 2024
2 parents 41ce8c9 + c43add9 commit ec21774
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/main' && (success() || failure()) }}
run:
kosli attest snyk
--attachments=.snyk
--name=runner.snyk-code-scan
--scan-results="${SARIF_FILENAME}"

Expand Down Expand Up @@ -377,6 +378,7 @@ jobs:
KOSLI_FINGERPRINT: ${{ needs.build-image.outputs.artifact_digest }}
run:
kosli attest snyk
--attachments=.snyk
--name=runner.snyk-container-scan
--scan-results="${SARIF_FILENAME}"

Expand Down

0 comments on commit ec21774

Please sign in to comment.