aquasecurity / trivy-action

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

chore(docs): Reference the use of a pinned version #356

Closed simar7 closed 1 month ago

simar7 commented 1 month ago

Often times people simply copy-pasta from the README.md file to setup the action. This will ensure that they don't use the latest commit, which can be unreleased at the time of usage. But instead it will use a version which has been released.

We can update the docs periodically as we release new versions of Trivy action.