meh
All checks were successful
CI / test (push) Successful in 2m18s

This commit is contained in:
Miguel Jacq 2025-11-13 14:49:34 +11:00
parent 8e987275b5
commit 09cfdd3d88
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9

View file

@ -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'