From 496e69fddf2cee5872ee004fa6344bb12e8ba7b8 Mon Sep 17 00:00:00 2001 From: Michael Long Date: Mon, 19 Feb 2024 11:38:21 -0500 Subject: [PATCH] modify file upload --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 481b02d..79497c9 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -30,5 +30,5 @@ echo "current working directory: " $pwd ls -lsah $sbomgen $artifact_type $artifact_path_arg $artifact_path $prog --scan-sbom -o sbom.json chmod o+r sbom.json -chmod -R o+rx /github/home/.inspector-sbomgen/ +chmod -R 777 /github/home/.inspector-sbomgen/ ls -lsahR /github/home/.inspector-sbomgen/