Enable trivy debug (#2186)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
4
.github/workflows/trivy-scan.yml
vendored
4
.github/workflows/trivy-scan.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
- cron: '0 4 * * *'
|
- cron: '0 4 * * *'
|
||||||
# enable running the workflow manually
|
# enable running the workflow manually
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '.github/trivy-scan.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scan:
|
scan:
|
||||||
@@ -57,3 +60,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
|
sarif_file: 'scans/eclipse-hawkbit/hawkbit/hawkbit-update-server:latest.sarif'
|
||||||
category: "Container Images"
|
category: "Container Images"
|
||||||
|
debug: true
|
||||||
|
|||||||
Reference in New Issue
Block a user