Skip to content

artplan1/brakeman-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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