We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8972e commit 40754abCopy full SHA for 40754ab
entrypoint.sh
@@ -182,10 +182,10 @@ main() {
182
local s3_key="${S3_KEY:-sbom.json}"
183
184
# Temporary files
185
-# local temp_dir
186
-# temp_dir=$(mktemp -d)
187
-# local original_sbom="$temp_dir/original_sbom.json"
188
-# local cyclonedx_sbom="$temp_dir/cyclonedx_sbom.json"
+ local temp_dir
+ temp_dir=$(mktemp -d)
+ local original_sbom="$temp_dir/original_sbom.json"
+ local cyclonedx_sbom="$temp_dir/cyclonedx_sbom.json"
189
190
# Cleanup function
191
# cleanup() {
0 commit comments