anchore / scan-action

Anchore container analysis and scan provided as a GitHub Action
MIT License
201 stars 75 forks source link

Document grype-version parameter #319

Closed vprivat-ads closed 1 month ago

spiffcs commented 2 months ago

Thanks @vprivat-ads - looks like we need the DCO to run for this. Can you sign off your commits?

To add your Signed-off-by line to every commit in this branch:

    Ensure you have a local copy of your branch by [checking out the pull request locally via command line](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally).
    In your local branch, run: git rebase HEAD~1 --signoff
    Force push your changes to overwrite the branch: git push --force-with-lease origin patch-1
vprivat-ads commented 2 months ago

Done