Skip to content

Commit

Permalink
Add bundler-audit as a GitHub Action
Browse files Browse the repository at this point in the history
This commit adds `bundler-audit` to the project as a GitHub Action.

Ref:
- https://github.com/rubysec/bundler-audit
  • Loading branch information
smaboshe committed May 13, 2024
1 parent 327fa90 commit 9cc0ed4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Bundler Audit

on: [push]

jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: "Bundler Audit"
uses: thoughtbot/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9cc0ed4

Please sign in to comment.