Skip to content

Commit

Permalink
ci: stop daily security scans for v7 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld authored Oct 31, 2024
1 parent abbfbe4 commit 099a440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-security-scan-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
scan-relay:
strategy:
matrix:
tag: ['latest', 'latest-alpine', 'v7', 'v8', 'v8-alpine']
tag: ['latest', 'latest-alpine', 'v8', 'v8-alpine']
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 099a440

Please sign in to comment.