Datasets:
GenIaC-SecBench / human_reference_dataset /aws-cloudformation-templates /scripts /create-json-all.sh
| # | |
| SCRIPT_DIR=$(dirname "$0") | |
| find . -name "*.yaml" | grep -v "\.env" | xargs -n1 "${SCRIPT_DIR}/create-json-single.sh" | |