Skip to content

Commit

Permalink
Update Scheduled Vulnerability Check (#2035)
Browse files Browse the repository at this point in the history
  • Loading branch information
brfrn169 authored Jul 8, 2024
1 parent 8be24cc commit fe97913
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/scheduled-vuln-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ jobs:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_8:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.8
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_9:
uses: ./.github/workflows/vuln-check.yaml
with:
Expand Down Expand Up @@ -60,3 +51,12 @@ jobs:
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_13:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.13
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 comments on commit fe97913

Please sign in to comment.