Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T13:03:39.000Z (6 months ago)
- Last Synced: 2024-10-21T22:09:55.583Z (30 days ago)
- Topics: action, bundler, gem, rails, ruby, security
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 17
- Watchers: 3
- Forks: 19
- 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
![Version Number](https://img.shields.io/static/v1?label=Version&message=v0.1.0&color=blue)
![Linters](https://github.com/andrewmcodes/bundler-audit-action/workflows/Linters/badge.svg)
[![Changelog](https://github.com/andrewmcodes/rubocop-linter-action/workflows/Changelog/badge.svg)][changelog]This GitHub Action runs [bundler-audit](https://github.com/rubysec/bundler-audit) on your project.
## Usage
```yml
name: Bundler Auditon: [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]