Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 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]