Skip to content

.github/workflows/auto-fix-vulnerabilities.yaml #8

.github/workflows/auto-fix-vulnerabilities.yaml

.github/workflows/auto-fix-vulnerabilities.yaml #8

name: Auto Fix | Vulnerabilities
run-name: Auto Fix | Vulnerabilities | ${{ github.event_name }}
on:
schedule:
- cron: "0 8 * * 1,3,5"
workflow_dispatch:
jobs:
auto-fix-notify:
uses: ZupIT/dx-workflows/.github/workflows/reusable-auto-fix-vulnerabilities-pr.yml@v0

Check failure on line 11 in .github/workflows/auto-fix-vulnerabilities.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/auto-fix-vulnerabilities.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/auto-fix-vulnerabilities.yaml" -> "ZupIT/dx-workflows/.github/workflows/reusable-auto-fix-vulnerabilities-pr.yml@v0" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
runner: engineering-runners-prd
secrets:
snyk-client-id: ${{ secrets.SNYK_CLIENT_ID }}
snyk-client-secret: ${{ secrets.SNYK_CLIENT_SECRET }}
snyk-org-id: ${{ secrets.SNYK_ORGANIZATION_ID }}