You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build_all_images.yml
+6-16Lines changed: 6 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,6 @@ name: build_all_images
11
11
NO_CACHE:
12
12
required: true
13
13
type: boolean
14
-
pinned_image:
15
-
type: string
16
-
required: true
17
14
permissions: {}
18
15
jobs:
19
16
discover_folders:
@@ -39,40 +36,33 @@ jobs:
39
36
} >> "$GITHUB_OUTPUT"
40
37
41
38
build_tool_images:
39
+
# build common tool images with a lower scoped github token as it uses a 3rd party docker image with github cli installed to verify attestation of tflint binary.
40
+
# token needs attestation read so it can verify attestation of tflint binary
0 commit comments