Skip to content

Commit

Permalink
Don't use dot name for snyk policy file
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 28, 2024
1 parent 58c062f commit 82e2eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sh/kosli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ kosli_attest_snyk_evidence()
--artifact-type=docker \
--host="${hostname}" \
--api-token="${api_token}" \
--attachments="$(repo_root)/.snyk" \
--attachments="$(repo_root)/snyk.policy" \
--name=runner.snyk-scan \
--scan-results="$(repo_root)/snyk.json"
}
Expand Down Expand Up @@ -124,7 +124,7 @@ on_ci_kosli_attest_snyk_scan_evidence()
if on_ci; then
set +e
snyk container test "$(artifact_name)" \
--policy-path="$(repo_root)/.snyk" \
--policy-path="$(repo_root)/snyk.policy" \
--sarif \
--sarif-file-output=snyk.json
set -e
Expand Down
File renamed without changes.

0 comments on commit 82e2eea

Please sign in to comment.