-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: Add pip-audit
security scanner
#268
Conversation
PR Description updated to latest commit (eee8edd) |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
Type
enhancement, tests
Description
pip-audit
as a new dependency for security vulnerability scanning.tox.ini
for running security scans.Changes walkthrough
pr-agent.yml
Rename PR Agent Workflow
.github/workflows/pr-agent.yml
release-please.yml
Rename Release Workflow
.github/workflows/release-please.yml
Upload".
pyproject.toml
Add Security Dependencies and Configuration
pyproject.toml
pip-audit
as an optional security dependency.security
extras section.tests-push-pr.yml
Update Test Workflow and Add Security Scanning
.github/workflows/tests-push-pr.yml
tests-scheduled.yml
Update Scheduled Test Workflow and Add Security Scanning
.github/workflows/tests-scheduled.yml
configurations.
tox.ini
Configure Security Scanning Environments
tox.ini
security-scan-{lib,dev}
environments.