We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3c8ea commit bdd5b70Copy full SHA for bdd5b70
1 file changed
.github/workflows/vuln-scan-report.yml
@@ -44,6 +44,8 @@ jobs:
44
load: true
45
push: false
46
tags: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
47
+ env:
48
+ DOCKER_BUILD_SUMMARY: false
49
50
- name: Create Trivy scan template
51
run: |
@@ -82,7 +84,6 @@ jobs:
82
84
severity-cutoff: low
83
85
only-fixed: true
86
output-format: json
- upload-artifacts: false
87
88
- name: Merge and deduplicate scan results
89
0 commit comments