Skip to content

Commit

Permalink
add-bundler-audit-to-ghas
Browse files Browse the repository at this point in the history
add-bundler-audit-to-ghas
  • Loading branch information
aprilrieger authored Feb 29, 2024
1 parent e4aeac5 commit 96114dd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/bundler-audit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: 'Bundler Audit'
run-name: Bundler 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:
bundler-audit:
uses: scientist-softserv/actions/.github/workflows/[email protected]
with:
webTarget: web
tag: latest

0 comments on commit 96114dd

Please sign in to comment.