Add Python support to audit workflow #451
Labels
A-github-actions
Area: GitHub Actions workflows and automation.
A-security
Area: Security vulnerabilities and unsoundness issues.
PyPA has an official GitHub Action for running
pip audit
: https://github.com/pypa/gh-action-pip-audit.the nightly repo has a
requirements.txt
in it.A new template to add Python to the language matrix for the audit workflow is required. Do a deploy of all impacted repos.
Deploy something like this diff to
audit.yaml
:The text was updated successfully, but these errors were encountered: