Skip to content

Cargo Audit

Cargo Audit #1299

Workflow file for this run

# GENERATED, DO NOT EDIT!
# To change, edit `src/python/pants_release/generate_github_workflows.py` and run:
# ./pants run src/python/pants_release/generate_github_workflows.py
jobs:
audit:
if: github.repository_owner == 'pantsbuild'
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 10
- name: Cargo audit (for security vulnerabilities)
run: './cargo install --version 0.17.5 cargo-audit
./cargo audit --ignore RUSTSEC-2020-0128
'
name: Cargo Audit
'on':
schedule:
- cron: 11 8 * * *
workflow_dispatch: null