File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,6 @@ VERSION="$2"
1313
1414export DATE=" ${release_date} "
1515
16- # Debug logging
17- echo " PWD: $( pwd) "
18- echo " Listing templates directory:"
19- ls -l templates || echo " templates directory not found"
20- echo " Listing cfn-resources directory:"
21- ls -l cfn-resources || echo " cfn-resources directory not found"
22-
23- echo " AUTHOR: ${AUTHOR} "
24-
2516if [ " ${AUGMENTED_REPORT:- false} " = " true" ]; then
2617 target_dir=" ."
2718 file_name=" ssdlc-compliance-${RESOURCE} -${VERSION} -${DATE} .md"
@@ -36,9 +27,6 @@ else # If not augmented, generate the standard report
3627 - https://github.com/mongodb/mongodbatlas-cloudformation-resources/cfn-resources/${RESOURCE} /compliance/v${VERSION} /sbom.json"
3728 # Ensure terraform-provider-mongodbatlas version directory exists
3829 mkdir -p " ${target_dir} "
39- echo " target_dir: ${target_dir} "
40- echo " file_name: ${file_name} "
41- echo " SBOM_TEXT: ${SBOM_TEXT} "
4230fi
4331
4432export AUTHOR
You can’t perform that action at this time.
0 commit comments