cdklabs / cdk-cicd-wrapper

This repository contains the infrastructure as code to wrap your AWS CDK project with CI/CD around it.
https://cdklabs.github.io/cdk-cicd-wrapper/
Apache License 2.0
26 stars 6 forks source link

[FEATURE] Add cfn_nag to security tools #46

Open ajupatil opened 4 months ago

ajupatil commented 4 months ago

Describe the feature

The security scanning is missing cfn_nag_scan. Please add the tool to security toolset and enable user to configure the scans.

e.g. cfn_nag_scan -i . --template-pattern yaml

Use Case

CDK apps that use new services that don't have full cdk support have to rely cfn templates from certain deployments. However, cfn templates are not scanned for security vulnerabilities by the pipeline.

Proposed Solution

Please add the tool to security toolset and enable user to configure the scans.

e.g. cfn_nag_scan -i . --template-pattern yaml

Other Information

No response

Acknowledgements

Environment details (OS name and version, etc.)

cfn