aws-cloudformation / community-registry-extensions

MIT No Attribution
86 stars 27 forks source link

Add dependency review and python package scanning on PR #126

Closed mmaeng closed 1 year ago

mmaeng commented 1 year ago

Closes #101

Created a github action to do a dependency review action https://github.com/actions/dependency-review-action

as well as run pip-audit on all requirements.txt files https://github.com/pypa/gh-action-pip-audit

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

mmaeng commented 1 year ago

Added scans for rust and golang