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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,9 @@ jobs:
36
36
} >> "$GITHUB_OUTPUT"
37
37
38
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.
39
+
# build common tool images with a lower scoped github token
40
+
# as it uses a 3rd party docker image with github cli installed to verify attestation of tflint binary
41
+
# and we dont want to make a high scoped token available to that image
40
42
# token needs attestation read so it can verify attestation of tflint binary
41
43
runs-on: ubuntu-22.04
42
44
permissions:
@@ -65,6 +67,8 @@ jobs:
65
67
run: |
66
68
make build-tflint
67
69
docker save "local_tflint:latest" -o tflint_image.tar
0 commit comments