File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 45
45
# Installing 'bash' because it's required by the 'cosign-installer' action
46
46
# and 'coreutils' because the 'slsa-provenance-action' requires a version
47
47
# of 'base64' that supports the -w flag.
48
- run : apk add --update make git jq rsync curl bash coreutils
48
+ run : apk add --update make git jq rsync curl bash coreutils go
49
49
- name : Adding github workspace as safe directory
50
50
# See issue https://github.com/actions/checkout/issues/760
51
51
run : git config --global --add safe.directory $GITHUB_WORKSPACE
Original file line number Diff line number Diff line change 40
40
DOCKER_HOST : tcp://localhost:2375
41
41
steps :
42
42
- name : Install Tools
43
- run : apk add --update make git jq rsync curl go
43
+ run : apk add --update make git jq rsync curl
44
44
- name : Adding github workspace as safe directory
45
45
# See issue https://github.com/actions/checkout/issues/760
46
46
run : git config --global --add safe.directory $GITHUB_WORKSPACE
53
53
driver-opts : image=moby/buildkit:master
54
54
- name : Build images
55
55
run : make build-docker-image
56
-
57
- - name : Sign
58
- run : make sign-docker-image
59
- - name : SBOM
60
- run : make sbom-docker-image
You can’t perform that action at this time.
0 commit comments