Skip to content

Commit b77982f

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 36eb5ad commit b77982f

3 files changed

Lines changed: 2 additions & 28 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ updates:
1313
interval: "weekly"
1414

1515
# Maintain dependencies for Python
16-
- package-ecosystem: "pip"
16+
- package-ecosystem: "pipenv"
1717
directory: "/"
1818
schedule:
1919
interval: "weekly"

.github/workflows/snyk-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
args: >
2525
--print-deps
26-
--file=requirements.txt
26+
--file=Pipfile.lock
2727
--command=python3
2828
--sarif-file-output=snyk-code.sarif
2929
- name: Upload result to GitHub Code Scanning

requirements.txt

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)