Skip to content

Commit 2cc6dbe

Browse files
authored
added fix for trivy config scan.
1 parent c29f765 commit 2cc6dbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 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
201+
dockerfile-path: microservices/dlstreamer-pipeline-server/
202202
trivy-report-format: 'json'
203203
severity-levels: 'HIGH,CRITICAL'
204-
output-report-path: reports/dlsps_trivy_report.json
204+
output-report-path: reports/dlsps_trivy_config_report.json
205205
name: dlsps_trivy_report
206206

207207
pylint:

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

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

0 commit comments

Comments
 (0)