Skip to content

Update audit.yml

Update audit.yml #2

Workflow file for this run

name: pip-audit
on:
push:
branches: [ "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "develop" ]
schedule:
- cron: '43 7 * * *'
jobs:
selftest:
runs-on: ubuntu-latest
steps:
- uses: pypa/gh-action-pip-audit@v1.1.0
with:
inputs: requirements.txt