diff --git a/entrypoint.sh b/entrypoint.sh index 8568b90..2bf3185 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -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