Skip to content

Commit 3b73489

Browse files
committed
fixup! wip setup guarddog
1 parent 084d3b9 commit 3b73489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/guarddog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install GuardDog
3131
run: pip install guarddog
3232

33-
- run: guarddog pypi verify requirements.txt --output-format sarif --exclude-rules repository_integrity_mismatch > guarddog.sarif
33+
- run: guarddog pypi verify /src/frontend/pyproject.toml --output-format sarif --exclude-rules repository_integrity_mismatch > guarddog.sarif
3434

3535
- name: Upload SARIF file to GitHub
3636
uses: github/codeql-action/upload-sarif@v3

0 commit comments

Comments
 (0)