Skip to content

standardnotes/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

7 Commits
 
 
 
 
 
 

Repository files navigation

brakeman-action

This action runs Brakeman against a repository's source code to find security vulnerabilities.

Brakeman is a free vulnerability scanner specifically designed for Ruby on Rails applications. It statically analyzes Rails application code to find security issues at any stage of development.

Usage

name: Test pull requests
on:
  pull_request:
    branches: [ main, develop ]

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Brakeman code scanning
        uses: standardnotes/brakeman-action@v1.0.0
        with:
          options: "--color -q"

License

This project is released under the MIT License.

About

Runs Brakeman against a repository's source code to find security vulnerabilities, using GitHub actions.

Topics

Resources

License

Stars

Watchers

Forks