File tree Expand file tree Collapse file tree
microservices/dlstreamer-pipeline-server/tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -198,10 +198,10 @@ jobs:
198198 fail-fast : false
199199 uses : ./.github/workflows/trivy-config-mode.yaml
200200 with :
201- dockerfile-path : microservices/dlstreamer-pipeline-server/Dockerfile
202- trivy-report-format : ' json '
201+ dockerfile-path : microservices/dlstreamer-pipeline-server/
202+ trivy-report-format : ' table '
203203 severity-levels : ' HIGH,CRITICAL'
204- output-report-path : reports/dlsps_trivy_report.json
204+ output-report-path : reports/dlsps_trivy_config_report.txt
205205 name : dlsps_trivy_report
206206
207207 pylint :
Original file line number Diff line number Diff line change 44# Copyright (C) 2024 Intel Corporation
55# SPDX-License-Identifier: Apache-2.0
66#
7-
87apt update
98apt install -y curl
109cd /home/pipeline-server/gst-udf-loader/
You can’t perform that action at this time.
0 commit comments