From 058c68a25cb36cbda19483f31e91607a6bd00849 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 15:43:18 -0300 Subject: [PATCH 1/3] feat: add auto fix vulnerabilities workflow --- .github/workflows/auto-fix-vulnerabilities.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/auto-fix-vulnerabilities.yaml diff --git a/.github/workflows/auto-fix-vulnerabilities.yaml b/.github/workflows/auto-fix-vulnerabilities.yaml new file mode 100644 index 0000000..d87672d --- /dev/null +++ b/.github/workflows/auto-fix-vulnerabilities.yaml @@ -0,0 +1,17 @@ +name: Auto Fix | Vulnerabilities +run-name: Auto Fix | Vulnerabilities | ${{ github.event_name }} + +on: + schedule: + - cron: "0 8 * * *" + workflow_dispatch: + +jobs: + auto-fix-notify: + uses: ZupIT/dx-workflows/.github/workflows/reusable-auto-fix-vulnerabilities-pr.yml@v0 + with: + runner: runner-self-hosted-idp-prd + secrets: + snyk-client-id: ${{ secrets.SNYK_CLIENT_ID }} + snyk-client-secret: ${{ secrets.SNYK_CLIENT_SECRET }} + snyk-org-id: ${{ secrets.SNYK_ORGANIZATION_ID }} From 92e5004bdabe6e21b06bfb74a8a94ff9a129c21c Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 16:09:34 -0300 Subject: [PATCH 2/3] feat: add auto fix vulnerabilities workflow From 9c3ffc0c6d03bf49e30ddd46bb9a8191952cd909 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 16:56:38 -0300 Subject: [PATCH 3/3] feat: add auto fix vulnerabilities workflow --- .github/workflows/auto-fix-vulnerabilities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-fix-vulnerabilities.yaml b/.github/workflows/auto-fix-vulnerabilities.yaml index d87672d..09337d5 100644 --- a/.github/workflows/auto-fix-vulnerabilities.yaml +++ b/.github/workflows/auto-fix-vulnerabilities.yaml @@ -3,7 +3,7 @@ run-name: Auto Fix | Vulnerabilities | ${{ github.event_name }} on: schedule: - - cron: "0 8 * * *" + - cron: "0 8 * * 1,3,5" workflow_dispatch: jobs: