tweaks
This commit is contained in:
parent
e6841cd5f8
commit
c191d9f35c
1 changed files with 3 additions and 1 deletions
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue