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 @@ -28,13 +28,13 @@ jobs:
2828 run : pip3 install safety
2929 - name : Build app
3030 run : poetry build
31- working-directory : python
31+ working-directory : .
3232 - name : Rune Python Runtime
3333 run : |
3434 poetry install
35- working-directory : python
35+ working-directory : .
3636 - name : Scan CVEs
3737 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
3939 # run: safety check -r requirements.txt --full-report --policy-file safety-policy.yml
40- working-directory : python
40+ working-directory : .
Original file line number Diff line number Diff line change 2626 run : pip3 install pip-licenses
2727 - name : Scan for licenses
2828 run : pip-licenses --allow-only="${{ env.ALLOW_LICENSES }}" # --ignore-packages="${{ env.IGNORE_PACKAGES }}"
29- working-directory : python
29+ working-directory : .
You can’t perform that action at this time.
0 commit comments