parent
8e987275b5
commit
09cfdd3d88
1 changed files with 0 additions and 26 deletions
|
|
@ -1,26 +0,0 @@
|
||||||
name: Trivy
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '0 1 * * *'
|
|
||||||
push:
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
test:
|
|
||||||
runs-on: docker
|
|
||||||
|
|
||||||
container:
|
|
||||||
- aquasec/trivy
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Run Trivy scanner
|
|
||||||
with:
|
|
||||||
scan-type: 'fs'
|
|
||||||
scan-ref: '.'
|
|
||||||
ignore-unfixed: true
|
|
||||||
format: 'table'
|
|
||||||
exit-code: '0'
|
|
||||||
limit-severity: 'CRITICAL'
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue