There was an error while loading. Please reload this page.
2 parents 94dba8c + dc56e0f commit 016f489Copy full SHA for 016f489
1 file changed
.github/workflows/auto-fix-vulnerabilities.yaml
@@ -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