Skip to content

Commit 771109e

Browse files
chayimdvora-h
andauthored
Adding dependency vulnerability scanning to the CI process (#2332)
* Adding dependency auditing to CI * fixing pathing Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
1 parent 29f80a5 commit 771109e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/integration.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ on:
1818

1919
jobs:
2020

21+
dependency-audit:
22+
name: Dependency audit
23+
runs-on: ubuntu-latest
24+
steps:
25+
- uses: actions/checkout@v3
26+
- uses: trailofbits/gh-action-pip-audit@v1.0.0
27+
with:
28+
inputs: requirements.txt dev_requirements.txt
29+
2130
lint:
2231
name: Code linters
2332
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)