mirror of
https://github.com/anchore/grype
synced 2024-11-10 14:44:12 +00:00
Directly install gon (#667)
This commit is contained in:
parent
cc8e7836f3
commit
0b76016235
1 changed files with 1 additions and 1 deletions
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…
Reference in a new issue