Skip to content

Commit 404e0cf

Browse files
authored
fix: increase high threshold for container artifact in AWS deployment workflow (#1629)
1 parent 2ef6436 commit 404e0cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
artifact_type: "container"
192192
artifact_path: "${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}"
193193
critical_threshold: 0
194-
high_threshold: 3
194+
high_threshold: 4
195195

196196
# Display Inspector results in the GitHub Actions terminal
197197
- name: Display CycloneDX SBOM (JSON)

0 commit comments

Comments
 (0)