Skip to content

Commit 5853146

Browse files
committed
Create pip-audit.yml
Signed-off-by: Ry Jones <[email protected]>
1 parent e0a4f9b commit 5853146

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/pip-audit.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: pip-audit
2+
3+
on:
4+
workflow_dispatch:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
selftest:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@v3
14+
- name: install
15+
run: python -m pip install .
16+
- uses: trailofbits/[email protected]

0 commit comments

Comments
 (0)