diff --git a/.forgejo/workflows/trivy.yml b/.forgejo/workflows/trivy.yml index b5ed70a..18ced32 100644 --- a/.forgejo/workflows/trivy.yml +++ b/.forgejo/workflows/trivy.yml @@ -1,6 +1,8 @@ name: Trivy on: + schedule: + - cron: '0 1 * * *' push: jobs: @@ -21,4 +23,4 @@ jobs: - name: Run trivy run: | - trivy fs --ignore-unfixed --format table --disable-telemetry . + trivy fs --no-progress --ignore-unfixed --format table --disable-telemetry .