Skip to content

Commit

Permalink
Merge pull request #11 from cbdq-io/bugfix/trivy
Browse files Browse the repository at this point in the history
Reduce Trivy Run from Nightly to Weekly
  • Loading branch information
dallinb authored Nov 17, 2024
2 parents beb7a6b + cfa38c3 commit 80433e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Nightly Trivy Scan
name: Periodic Trivy Scan

on:
schedule:
- cron: '20 0 * * *'
- cron: '20 0 * * TUE'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ env:
REGISTRY: ghcr.io

jobs:
NightlyTrivy:
Trivy:
runs-on: ubuntu-latest

steps:
Expand Down
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ CVE-2021-31684
CVE-2022-3509
CVE-2022-3510
CVE-2023-1370
CVE-2023-52428
CVE-2024-25638
CVE-2024-7254

0 comments on commit 80433e5

Please sign in to comment.