From 7f6207f6322b28fc4f9d272084e2b25c6a9ef0ec Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 15:03:21 -0300 Subject: [PATCH 1/5] 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 ddbef4c325c983e9007b589de9b36cc884440de1 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 15:47:42 -0300 Subject: [PATCH 2/5] feat: add auto fix vulnerabilities workflow From ea22bf2d5188a1d9384d1a763d462b30d998d205 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 16:35:11 -0300 Subject: [PATCH 3/5] 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: From 945a72b0ddb454174139f47d012e1b1c9d02f58a Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Wed, 5 Aug 2026 13:40:21 -0300 Subject: [PATCH 4/5] feat: add auto fix vulnerabilities workflow From a6f662b4a672647bdfe9ef139fb1b90333d82b89 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Wed, 5 Aug 2026 13:46:16 -0300 Subject: [PATCH 5/5] feat: add auto fix vulnerabilities workflow