Skip to content

Commit

Permalink
fix: dev: Trivy take a chill pill.
Browse files Browse the repository at this point in the history
  • Loading branch information
dallinb committed Nov 17, 2024
1 parent beb7a6b commit 9b7b438
Showing 1 changed file with 3 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

0 comments on commit 9b7b438

Please sign in to comment.