Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
shield

GitHub Action

Bundler Audit Action

v0.0.1

Bundler Audit Action

shield

Bundler Audit Action

GitHub Action for running bundler-audit

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Bundler Audit Action

uses: andrewmcodes/bundler-audit-action@v0.0.1

Learn more about this action in andrewmcodes/bundler-audit-action

Choose a version

Bundler Audit Action

Version Number Linters Changelog

This GitHub Action runs bundler-audit on your project.

Usage

name: Bundler Audit

on: [push]

jobs:
  audit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: 'Bundler Audit'
        uses: andrewmcodes/bundler-audit-action@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Community

Changelog

View our Changelog

Contributing

Contributing Guide

Code of Conduct

Code of Conduct

License

MIT