Skip to content

docker bump actions/checkout from 3 to 5 #132

docker bump actions/checkout from 3 to 5

docker bump actions/checkout from 3 to 5 #132

Workflow file for this run

name: Brakeman
on: [push, pull_request]
jobs:
brakeman:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
# Will run Brakeman checks on dependencies
# https://github.com/marketplace/actions/brakeman-action
- name: Brakeman
uses: artplan1/brakeman-action@v1.2.1
with:
flags: "--no-exit-on-warn" # OPTIONAL: change this no-exit-on-warn flag to avoid complaining of EOL security warning
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}