Skip to content

Commit

Permalink
Update Scheduled Vulnerability Check and Dependabot configuration (#2284
Browse files Browse the repository at this point in the history
)
  • Loading branch information
brfrn169 authored Oct 16, 2024
1 parent f168d33 commit 927651d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
21 changes: 10 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ updates:
- "scalar-labs/scalardb"

- package-ecosystem: "github-actions"
target-branch: "3.13"
target-branch: "3.14"
groups:
actions on branch 3.13:
actions on branch 3.14:
patterns:
- "*"
directory: "/"
Expand All @@ -54,9 +54,9 @@ updates:
- "scalar-labs/scalardb"

- package-ecosystem: "github-actions"
target-branch: "3.12"
target-branch: "3.13"
groups:
actions on branch 3.12:
actions on branch 3.13:
patterns:
- "*"
directory: "/"
Expand All @@ -66,9 +66,9 @@ updates:
- "scalar-labs/scalardb"

- package-ecosystem: "github-actions"
target-branch: "3.11"
target-branch: "3.12"
groups:
actions on branch 3.11:
actions on branch 3.12:
patterns:
- "*"
directory: "/"
Expand All @@ -78,9 +78,9 @@ updates:
- "scalar-labs/scalardb"

- package-ecosystem: "github-actions"
target-branch: "3.10"
target-branch: "3.11"
groups:
actions on branch 3.10:
actions on branch 3.11:
patterns:
- "*"
directory: "/"
Expand All @@ -90,14 +90,13 @@ updates:
- "scalar-labs/scalardb"

- package-ecosystem: "github-actions"
target-branch: "3.9"
target-branch: "3.10"
groups:
actions on branch 3.9:
actions on branch 3.10:
patterns:
- "*"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "scalar-labs/scalardb"

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_9:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.9
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

call-vuln-check-for-v3_10:
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_14:
uses: ./.github/workflows/vuln-check.yaml
with:
target-ref: v3.14
find-latest-release: true
secrets:
CR_PAT: ${{ secrets.CR_PAT }}
SLACK_SECURITY_WEBHOOK_URL: ${{ secrets.SLACK_SECURITY_WEBHOOK_URL }}

0 comments on commit 927651d

Please sign in to comment.