mirror of
https://github.com/anchore/syft.git
synced 2026-02-12 10:36:45 +01:00
Brew install gon failed (#885)
This commit is contained in:
parent
44a6e00f7a
commit
c7cf8b0b26
2
.github/scripts/apple-signing/notarize.sh
vendored
2
.github/scripts/apple-signing/notarize.sh
vendored
@ -29,7 +29,7 @@ notarize() {
|
||||
fi
|
||||
|
||||
# install gon
|
||||
which gon || (brew tap mitchellh/gon && brew install mitchellh/gon/gon)
|
||||
which gon || (go install github.com/mitchellh/gon/cmd/gon@latest)
|
||||
|
||||
# create config (note: json via stdin with gon is broken, can only use HCL from file)
|
||||
hcl_file=$(mktemp).hcl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user