Skip to content

Commit 88be43b

Browse files
committed
test - pip-audit run
1 parent b69c638 commit 88be43b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/run_smoke_test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ jobs:
121121
- name: Install pip-audit
122122
run: |
123123
python -m pip install .
124-
- uses: pypa/gh-action-pip-audit@v1.1.0
125-
with:
126-
inputs: requirements.txt
127124
128125
- name: Run ScubaGoggles and check for correct output (windows | macOs)
129126
if: ${{ matrix.operating-system == 'windows-latest' || matrix.operating-system == 'macos-latest'}}
@@ -151,7 +148,9 @@ jobs:
151148
junitxml-path: ./pytest.xml
152149

153150
- name: Vulnerability Scan
154-
uses:
151+
uses: pypa/gh-action-pip-audit@v1.1.0
152+
with:
153+
inputs: requirements.txt
155154

156155
- name: Cache the output directory
157156
id: baseline

0 commit comments

Comments
 (0)