https://github.com/andrewmcodes/bundler-audit-action
Bundler Audit Action
https://github.com/andrewmcodes/bundler-audit-action
action bundler gem rails ruby security
Last synced: 10 months ago
JSON representation
Bundler Audit Action
- Host: GitHub
- URL: https://github.com/andrewmcodes/bundler-audit-action
- Owner: andrewmcodes
- License: mit
- Created: 2020-03-12T04:26:14.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T13:03:39.000Z (almost 2 years ago)
- Last Synced: 2025-05-13T01:38:34.222Z (12 months ago)
- Topics: action, bundler, gem, rails, ruby, security
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 17
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
[changelog]: /CHANGELOG.md
[coc]: /CODE_OF_CONDUCT.md
[contributing]: /CONTRIBUTING.md
[license]: /LICENSE.md
# Bundler Audit Action


[][changelog]
This GitHub Action runs [bundler-audit](https://github.com/rubysec/bundler-audit) on your project.
## Usage
```yml
name: Bundler Audit
on: [push]
jobs:
audit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: 'Bundler Audit'
uses: andrewmcodes/bundler-audit-action@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```
## Community
### Changelog
[View our Changelog][changelog]
### Contributing
[Contributing Guide][contributing]
### Code of Conduct
[Code of Conduct][coc]
### License
[MIT][license]