Skip to content

Commit

Permalink
Don't use dot names for lint/snyk policy files
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Feb 28, 2024
1 parent 701d5f6 commit 0afcfe6
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 @@ -65,7 +65,7 @@ kosli_attest_snyk()
--artifact-type=docker \
--host="${hostname}" \
--api-token="${api_token}" \
--attachments="$(repo_root)/.snyk" \
--attachments="$(repo_root)/snyk.policy" \
--name=languages-start-points.snyk-scan \
--scan-results="$(repo_root)/snyk.json"
}
Expand Down Expand Up @@ -119,7 +119,7 @@ on_ci_kosli_attest_snyk_scan_evidence()
--file=Dockerfile \
--sarif \
--sarif-file-output=snyk.json \
--policy-path="$(repo_root)/.snyk"
--policy-path="$(repo_root)/snyk.policy"
set -e

kosli_attest_snyk "${KOSLI_HOST_STAGING}" "${KOSLI_API_TOKEN_STAGING}"
Expand Down
File renamed without changes.

0 comments on commit 0afcfe6

Please sign in to comment.