Skip to content

Commit 8a82dff

Browse files
license scanning cleanup
1 parent a75d172 commit 8a82dff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: .

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

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

0 commit comments

Comments
 (0)