Skip to content

[FEATURE] Add bundler-audit CI snippet#31

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

[FEATURE] Add bundler-audit CI snippet#31
prog-time merged 3 commits into
mainfrom
issues-16

Conversation

@prog-time
Copy link
Copy Markdown
Owner

Summary

Adds a bundler-audit CI snippet to the security category — the Ruby counterpart to pip-audit. Cross-references gems pinned in Gemfile.lock against the ruby-advisory-db. Uses ruby/setup-ruby@v1 (Ruby 3.3) + pinned bundler-audit 0.9.2.

Changes

  • issues-16|add bundler-audit CI snippetscripts/shell/security/bundler-audit.sh, scripts/CI/security/bundler-audit.yml, CI/security/bundler-audit.yml
  • issues-16|add BATS tests for bundler-audit — 4 tests (missing binary, missing Gemfile.lock, clean, vulnerable gem)
  • issues-16|document bundler-audit in README — snippets table, Available snippets / Security section, project structure tree

Test plan

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

Closes #16

@prog-time prog-time merged commit 6e48679 into main Apr 22, 2026
5 checks passed
@prog-time prog-time deleted the issues-16 branch April 22, 2026 19:36
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 bundler-audit CI snippet

1 participant