Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 419 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 419 Bytes

Brakeman github action

This action run brakeman static analysis tool which checks Ruby on Rails applications for security vulnerabilities.

Inputs

flags

Brakeman options. Full list of options: https://github.com/presidentbeef/brakeman#basic-options

Example usage

uses: artplan1/brakeman-action@v1.2.1
with:
  flags: "--color"

Screenshot

Screenshot