Skip to content

Commit bdd5b70

Browse files
committed
chore(security): suppress grype artifact upload in vuln scan workflow
1 parent 1b3c8ea commit bdd5b70

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/vuln-scan-report.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
load: true
4545
push: false
4646
tags: ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_IMAGE_TAG }}
47+
env:
48+
DOCKER_BUILD_SUMMARY: false
4749

4850
- name: Create Trivy scan template
4951
run: |
@@ -82,7 +84,6 @@ jobs:
8284
severity-cutoff: low
8385
only-fixed: true
8486
output-format: json
85-
upload-artifacts: false
8687

8788
- name: Merge and deduplicate scan results
8889
run: |

0 commit comments

Comments
 (0)