File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 48
48
# and 'coreutils' because the 'slsa-provenance-action' requires a version
49
49
# of 'base64' that supports the -w flag.
50
50
run : apk add --update make git jq rsync curl bash coreutils
51
+ - name : Adding github workspace as safe directory
52
+ # See issue https://github.com/actions/checkout/issues/760
53
+ run : git config --global --add safe.directory $GITHUB_WORKSPACE
51
54
- name : Install cosign
52
55
uses : sigstore/cosign-installer@581838fbedd492d2350a9ecd427a95d6de1e5d01
53
56
with :
Original file line number Diff line number Diff line change 43
43
steps :
44
44
- name : Install Tools
45
45
run : apk add --update make git jq rsync curl
46
+ - name : Adding github workspace as safe directory
47
+ # See issue https://github.com/actions/checkout/issues/760
48
+ run : git config --global --add safe.directory $GITHUB_WORKSPACE
46
49
- uses : actions/checkout@v3
47
50
- name : Set up QEMU
48
51
uses : docker/setup-qemu-action@v1
You can’t perform that action at this time.
0 commit comments