From c5c7124fe94b993cc0236b253a9e9d4761c347f8 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 15:42:11 -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 8c4acdb09f01f4016b5307602e60561caeb8ff7e Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 16:08:48 -0300 Subject: [PATCH 2/3] feat: add auto fix vulnerabilities workflow From 63044b023ed79847bf775875653698477568d3c5 Mon Sep 17 00:00:00 2001 From: Lucas Automation Date: Tue, 4 Aug 2026 16:55:54 -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: