Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/dlsps-build-scans-pr-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ jobs:
fail-fast: false
uses: ./.github/workflows/trivy-config-mode.yaml
with:
dockerfile-path: microservices/dlstreamer-pipeline-server/Dockerfile
trivy-report-format: 'json'
dockerfile-path: microservices/dlstreamer-pipeline-server/
trivy-report-format: 'table'
severity-levels: 'HIGH,CRITICAL'
output-report-path: reports/dlsps_trivy_report.json
output-report-path: reports/dlsps_trivy_config_report.txt
name: dlsps_trivy_report

pylint:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Copyright (C) 2024 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
#

apt update
apt install -y curl
cd /home/pipeline-server/gst-udf-loader/
Expand Down
Loading