Skip to content

Commit

Permalink
Snyk: fix incorrect bash helper function name
Browse files Browse the repository at this point in the history
  • Loading branch information
JonJagger committed Sep 16, 2023
1 parent 929982e commit 6701ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh/kosli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kosli_report_snyk_evidence()
--artifact-type=docker \
--host="${hostname}" \
--name=snyk-scan \
--scan-results="$(repo_root)/snyk.json"
--scan-results="$(root_dir)/snyk.json"
}

# - - - - - - - - - - - - - - - - - - -
Expand Down

0 comments on commit 6701ab2

Please sign in to comment.