Skip to content

Commit 016f489

Browse files
Merge pull request #6 from stack-spot/feat/add-auto-fix-vulnerabilities-workflow
[patch] feat: Add Auto Fix Vulnerabilities Workflow
2 parents 94dba8c + dc56e0f commit 016f489

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Auto Fix | Vulnerabilities
2+
run-name: Auto Fix | Vulnerabilities | ${{ github.event_name }}
3+
4+
on:
5+
schedule:
6+
- cron: "0 8 * * 1,3,5"
7+
workflow_dispatch:
8+
9+
jobs:
10+
auto-fix-notify:
11+
uses: ZupIT/dx-workflows/.github/workflows/reusable-auto-fix-vulnerabilities-pr.yml@v0
12+
with:
13+
runner: runner-self-hosted-idp-prd
14+
secrets:
15+
snyk-client-id: ${{ secrets.SNYK_CLIENT_ID }}
16+
snyk-client-secret: ${{ secrets.SNYK_CLIENT_SECRET }}
17+
snyk-org-id: ${{ secrets.SNYK_ORGANIZATION_ID }}

0 commit comments

Comments
 (0)