File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 name : Build and test App
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v3
20+ - uses : actions/checkout@v4
2121 - uses : actions/setup-python@v4
2222 with :
2323 python-version : " 3.11"
3434 poetry install
3535 working-directory : .
3636 - name : Scan CVEs
37- run : poetry export --without-hashes -f requirements.txt | safety check --full-report --stdin --policy-file safety-policy.yml
37+ # run: poetry export --without-hashes -f requirements.txt | safety check --full-report --stdin --policy-file safety-policy.yml
3838 # Without poetry, use this command instead
39- # run: safety check -r requirements.txt --full-report --policy-file safety-policy.yml
39+ run : safety check -r requirements.txt --full-report --policy-file safety-policy.yml
4040 working-directory : .
Original file line number Diff line number Diff line change 1818 name : Scan for licenses
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - uses : actions/setup-python@v4
2323 with :
2424 python-version : " 3.11"
You can’t perform that action at this time.
0 commit comments