We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69c638 commit 88be43bCopy full SHA for 88be43b
.github/workflows/run_smoke_test.yml
@@ -121,9 +121,6 @@ jobs:
121
- name: Install pip-audit
122
run: |
123
python -m pip install .
124
- - uses: pypa/gh-action-pip-audit@v1.1.0
125
- with:
126
- inputs: requirements.txt
127
128
- name: Run ScubaGoggles and check for correct output (windows | macOs)
129
if: ${{ matrix.operating-system == 'windows-latest' || matrix.operating-system == 'macos-latest'}}
@@ -151,7 +148,9 @@ jobs:
151
148
junitxml-path: ./pytest.xml
152
149
153
150
- name: Vulnerability Scan
154
- uses:
+ uses: pypa/gh-action-pip-audit@v1.1.0
+ with:
+ inputs: requirements.txt
155
156
- name: Cache the output directory
157
id: baseline
0 commit comments