Skip to content

[FEATURE] Add pip-audit CI snippet#30

Merged
prog-time merged 3 commits into
mainfrom
issues-15
Apr 22, 2026
Merged

[FEATURE] Add pip-audit CI snippet#30
prog-time merged 3 commits into
mainfrom
issues-15

Conversation

@prog-time
Copy link
Copy Markdown
Owner

Summary

Adds a pip-audit CI snippet to the security category — PyPA's dependency vulnerability scanner that integrates with the PyPI Advisory Database and understands requirements.txt, pyproject.toml, and Pipfile.lock natively. Complements Trivy's broader filesystem scan for Python-specific cases (editable installs, hash-pinned requirements).

Changes

  • issues-15|add pip-audit CI snippetscripts/shell/security/pip-audit.sh, scripts/CI/security/pip-audit.yml, CI/security/pip-audit.yml
  • issues-15|add BATS tests for pip-audit — 4 tests (missing binary, no requirements file, clean, vulnerable pin)
  • issues-15|document pip-audit in README — Snippets table, Available snippets / Security section, project structure tree (security table reordered alphabetically: gitleaks → pip-audit → semgrep → trivy)

Test plan

  • bats tests/security/pip-audit.bats — 4/4 pass
  • yamllint clean on both new YAML files
  • CI green on this PR

Closes #15

@prog-time prog-time merged commit 2218acd into main Apr 22, 2026
5 checks passed
@prog-time prog-time deleted the issues-15 branch April 22, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE] Add pip-audit CI snippet

1 participant