fix(ci): minimal trivy fs scan
Some checks failed
PR Build / Test (pull_request) Failing after 3m12s
PR Build / Build_Image (pull_request) Successful in 2m33s

This commit is contained in:
2025-10-06 09:54:18 +02:00
parent be841ab670
commit d57cf412df
3 changed files with 0 additions and 12 deletions

View File

@@ -22,10 +22,6 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
Build_Image:
runs-on: ubuntu-latest
steps:

View File

@@ -19,10 +19,6 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
Build_Image:
runs-on: ubuntu-latest
steps:

View File

@@ -19,10 +19,6 @@ jobs:
with:
scan-type: 'fs'
scan-ref: '.'
format: 'table'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
Build_Image:
runs-on: ubuntu-latest
steps: