Skip to content

Commit 512a3ff

Browse files
fix vulnerabilities through workflow
1 parent ab3bea3 commit 512a3ff

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Yarn Audit Fix Run
2+
3+
on:
4+
workflow_dispatch:
5+
inputs:
6+
base_branch:
7+
description: "Specify a base branch"
8+
required: false
9+
default: "main"
10+
11+
jobs:
12+
audit-fix:
13+
uses: step-security/reusable-workflows/.github/workflows/yarn_audit_fix.yml@fix_Audit-Fix-Workflow
14+
with:
15+
base_branch: ${{ inputs.base_branch }}
16+
17+
permissions:
18+
contents: write
19+
pull-requests: write

0 commit comments

Comments
 (0)