diff --git a/.github/workflow/brakeman-audit.yml b/.github/workflow/brakeman-audit.yml new file mode 100644 index 00000000..1701aeab --- /dev/null +++ b/.github/workflow/brakeman-audit.yml @@ -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/brakeman-audit.yaml@v0.0.14 + with: + webTarget: web + tag: latest