Skip to content

Commit a438bc3

Browse files
FINOS license scanning cleanup
1 parent 8a82dff commit a438bc3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cve-scanning-python.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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"
@@ -34,7 +34,7 @@ jobs:
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: .

.github/workflows/license-scanning-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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"

0 commit comments

Comments
 (0)