awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
361 stars 44 forks source link

v1.3.0 of `ash` puts all CDK-NAG scan output into the folder corresponding to the last file scanned #68

Closed climbertjh2 closed 3 months ago

climbertjh2 commented 4 months ago

With the latest updates, folder-specific storage of the CDK-NAG scan findings is messed up a little bit.

This is due to the copy of the files to a output folder is outside of the loop over the files to be scanned.

climbertjh2 commented 4 months ago

I am working on a PR.

climbertjh2 commented 4 months ago

PR #69 submitted.

climbertjh2 commented 3 months ago

With v1.3.1, this is fixed. Closing.