Skip to content

Commit

Permalink
CI: add dry-run flag to 'attest snyk' command (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Dec 14, 2023
1 parent 0647351 commit ee67bef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sub_test_trails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
--compliant="${KOSLI_LINT_COMPLIANT}" \
--evidence-paths="${LINT_EVIDENCE_DIR}" \
--name=dashboard.lint \
--trail="${GITHUB_SHA}"
--trail="${GITHUB_SHA}" \
--dry-run
pull-request:
if: ${{ github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit ee67bef

Please sign in to comment.