Skip to content

Commit 8ec5e72

Browse files
authored
add more detailed description for logout variable
1 parent 45c7fce commit 8ec5e72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/actions/image_scan/action.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ inputs:
1313
description: "List of severities that will cause a failure"
1414
logout:
1515
required: true
16-
description: "Whether to logout of public AWS ECR"
16+
description: |
17+
Whether to logout of public AWS ECR. Set to 'true' for PR workflows to avoid potential call failures,
18+
'false' for daily scans which has a higher bar for passing regularly and specifically wants to sign in.
1719
1820
runs:
1921
using: "composite"
@@ -34,4 +36,4 @@ runs:
3436
with:
3537
image-ref: ${{ inputs.image-ref }}
3638
severity: ${{ inputs.severity }}
37-
exit-code: '1'
39+
exit-code: '1'

0 commit comments

Comments
 (0)