Skip to content

Commit

Permalink
[owasp] Periodic jobs on active branches (apache#13366)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi authored Dec 22, 2021
1 parent 5dd60db commit 6657a6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci-owasp-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,22 @@ jobs:
name: Run OWASP Dependency Check
runs-on: ubuntu-latest
timeout-minutes: 45
strategy:
fail-fast: false
matrix:
include:
- name: master
checkout_branch: 'master'
- name: branch-2.9
checkout_branch: 'branch-2.9'
- name: branch-2.8
checkout_branch: 'branch-2.8'

steps:
- name: checkout
uses: actions/checkout@v2
with:
ref: ${{ matrix.checkout_branch }}

- name: Tune Runner VM
uses: ./.github/actions/tune-runner-vm
Expand Down

0 comments on commit 6657a6c

Please sign in to comment.