Skip to content

Commit

Permalink
container tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Long committed Feb 19, 2024
1 parent 049a49b commit c9add43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ job=$(echo $GITHUB_RUN_ID)
out_file="$sbom_dir/$job-scan-$dtg.json"
echo "Out file $out_file"

$sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o $out_file
$sbomgen $artifact_type $artifact_path_arg $artifact_path $prog -o $out_file

# move the logs and give needed permissions for the uploader
mkdir logs
Expand Down

0 comments on commit c9add43

Please sign in to comment.