aquasecurity / trivy-action

Runs Trivy as GitHub action to scan your Docker container image for vulnerabilities
Apache License 2.0
840 stars 243 forks source link

Integrating Trivy Action on Github for Repo Secret Scanning #265

Open shivamneeraj2311 opened 1 year ago

shivamneeraj2311 commented 1 year ago

Is there any way to scan for just the diff in a PR when integrating Trivy for secret scan in a PR, rather than having to scan the entire repo?

Current trivy file: ` name: Secrets Check on: push: branches:

MPV commented 9 months ago

Is this a duplicate of...?