We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc6dbe commit 6a0abc0Copy full SHA for 6a0abc0
1 file changed
.github/workflows/dlsps-build-scans-pr-workflow.yaml
@@ -199,9 +199,9 @@ jobs:
199
uses: ./.github/workflows/trivy-config-mode.yaml
200
with:
201
dockerfile-path: microservices/dlstreamer-pipeline-server/
202
- trivy-report-format: 'json'
+ trivy-report-format: 'table'
203
severity-levels: 'HIGH,CRITICAL'
204
- output-report-path: reports/dlsps_trivy_config_report.json
+ output-report-path: reports/dlsps_trivy_config_report.txt
205
name: dlsps_trivy_report
206
207
pylint:
0 commit comments