Skip to content

Commit 56b9fb7

Browse files
author
Gonzalo Diaz
committed
[BUGFIX] sonarcloud: Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.
1 parent b77982f commit 56b9fb7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/snyk-code.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- uses: actions/checkout@master
18+
- name: Install Pipenv
19+
run: >
20+
sudo apt install pipenv
21+
- name: Install dependencies with Pipenv
22+
run: |
23+
pipenv sync --dev
1824
- name: Run Snyk to check for vulnerabilities
1925
uses: snyk/actions/python@9adf32b1121593767fc3c057af55b55db032dc04
2026
continue-on-error: true # To make sure that SARIF upload gets called

0 commit comments

Comments
 (0)