Skip to content

Commit b1fa648

Browse files
committed
add more detailed description for logout variable
1 parent 0b727a0 commit b1fa648

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/image_scan/action.yml

Lines changed: 3 additions & 1 deletion
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"

0 commit comments

Comments
 (0)