Skip to content

Commit

Permalink
added pip audit action
Browse files Browse the repository at this point in the history
  • Loading branch information
glevv committed Jan 11, 2024
1 parent 33b2c5c commit 9e9ee50
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,9 @@ jobs:
file: ./coverage.xml
fail_ci_if_error: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run audit
uses: pypa/[email protected]
with:
inputs: .

0 comments on commit 9e9ee50

Please sign in to comment.