Skip to content

Commit dc1fcc7

Browse files
Merge pull request #85 from step-security/fix_Vulnerabilities_Through_Workflow
fix: Fix vulnerabilities through workflow
2 parents 8311c29 + df8ffdc commit dc1fcc7

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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@v1
14+
with:
15+
base_branch: ${{ inputs.base_branch }}
16+
17+
permissions:
18+
contents: write
19+
pull-requests: write

0 commit comments

Comments
 (0)