Skip to content

Commit

Permalink
Run with only attestations for saver
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Jan 17, 2025
1 parent 97c1b71 commit 0839563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snyk_scan_live_artifacts_and_attest_to_kosli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ snyk_scan_live_artifacts_and_attest_to_kosli_trail()
if [ "${flow_name}" != "${KOSLI_FLOW}" ] ; then
git_commit="$(echo "${flow}" | jq -r ".git_commit")"
repo_name="${flow_name::-3}" # eg runner
if [ "${repo_name}" == 'runner' ] ; then
if [ "${repo_name}" == 'saver' ] ; then
attest_snyk_scan_to_one_kosli_trail "${repo_name}" "${git_commit}" "${artifact_name}" "${fingerprint}" "${snapshot_index}"
fi
fi
Expand Down

0 comments on commit 0839563

Please sign in to comment.