We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de223ce commit 1bae092Copy full SHA for 1bae092
.github/workflows/sca_scan.yml
@@ -8,14 +8,9 @@ jobs:
8
snyk-cli:
9
uses: auth0/devsecops-tooling/.github/workflows/sca-scan.yml@main
10
with:
11
- additional-arguments: "--exclude=README.md,.jfrog"
+ additional-arguments: "--exclude=README.md,.jfrog --skip-unresolved"
12
python-version: "3.10"
13
pre-scan-commands: |
14
- echo "Current directory: $(pwd)"
15
python3 -m venv venv --upgrade-deps
16
- source venv/bin/activate
17
- pip3 install -r requirements.txt
18
- echo "---"
19
- echo "Installed packages:"
20
- pip3 list
+ ./venv/bin/pip3 install -r <path_to_requirements>/requirements.txt
21
secrets: inherit
0 commit comments