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 0b727a0 commit b1fa648Copy full SHA for b1fa648
.github/actions/image_scan/action.yml
@@ -13,7 +13,9 @@ inputs:
13
description: "List of severities that will cause a failure"
14
logout:
15
required: true
16
- description: "Whether to logout of public AWS ECR"
+ 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.
19
20
runs:
21
using: "composite"
0 commit comments