Skip to content

Commit f16c561

Browse files
committed
remove debug
1 parent 964b79d commit f16c561

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

scripts/gen-ssdlc-report.sh

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ VERSION="$2"
1313

1414
export 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-
2516
if [ "${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}"
4230
fi
4331

4432
export AUTHOR

0 commit comments

Comments
 (0)