aws-containers / retail-store-sample-app

Sample application for demonstrating container platforms and related technology
MIT No Attribution
248 stars 287 forks source link

Implement Trivy scan as PR check #18

Open niallthomson opened 1 year ago

niallthomson commented 1 year ago

Any time a component is updated is should be subject to a Trivy scan to ensure that no issues are being introduced.

Can likely leverage: https://github.com/aquasecurity/trivy-action

shaniru-aws commented 3 months ago

looking into it.