pyupio / safety

Safety checks Python dependencies for known security vulnerabilities and suggests the proper remediations for vulnerabilities detected.
https://safetycli.com/product/safety-cli
MIT License
1.66k stars 141 forks source link

Documentation for GitHub action seems out of date #402

Closed jlaine closed 1 year ago

jlaine commented 1 year ago

The documentation currently states that the GitHub action can be used with:

uses: pyupio/safety@v1

However this leads to the following error:

Error: Unable to resolve action `pyupio/safety@v1`, unable to find version `v1`

AFAICT the documentation should be updated with

uses: pyupio/safety@2.0.0

See:

yeisonvargasf commented 1 year ago

Thanks for reporting this, @jlaine. We updated the documentation.