Skip to content

Commit 0e60335

Browse files
authored
[DLSPS][CI/CD]added fix for trivy config scan. (#615)
1 parent c29f765 commit 0e60335

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/dlsps-build-scans-pr-workflow.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

microservices/dlstreamer-pipeline-server/tests/coverity.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# Copyright (C) 2024 Intel Corporation
55
# SPDX-License-Identifier: Apache-2.0
66
#
7-
87
apt update
98
apt install -y curl
109
cd /home/pipeline-server/gst-udf-loader/

0 commit comments

Comments
 (0)