Skip to content

Create audit.yml

Create audit.yml #1

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:
pip-action:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
runs-on: ubuntu-latest
steps:
- name: gh-action-pip-audit
- uses: pypa/[email protected]