Skip to content

Commit

Permalink
add-brakeman-audit-to-ghas
Browse files Browse the repository at this point in the history
add-brakeman-audit-to-ghas
  • Loading branch information
aprilrieger authored Feb 29, 2024
1 parent 4093ddb commit e4aeac5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflow/brakeman-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

name: 'Brakeman Audit'
run-name: Brakeman Audit of ${{ github.ref_name }} by @${{ github.actor }}
on:
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false

jobs:
brakeman-audit:
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
webTarget: web
tag: latest

0 comments on commit e4aeac5

Please sign in to comment.