mirror of
https://github.com/anchore/syft.git
synced 2026-02-14 11:36:42 +01:00
chore: remove bumping cosign in go.mod when updating bootstrap tools (#1452)
This commit is contained in:
parent
260cb4c72d
commit
e87cfe7319
4
.github/workflows/update-bootstrap-tools.yml
vendored
4
.github/workflows/update-bootstrap-tools.yml
vendored
@ -39,10 +39,6 @@ jobs:
|
|||||||
sed -r -i -e 's/^(YAJSV_VERSION = ).*/\1'${YAJSV_LATEST_VERSION}'/' Makefile
|
sed -r -i -e 's/^(YAJSV_VERSION = ).*/\1'${YAJSV_LATEST_VERSION}'/' Makefile
|
||||||
sed -r -i -e 's/^(COSIGN_VERSION = ).*/\1'${COSIGN_LATEST_VERSION}'/' Makefile
|
sed -r -i -e 's/^(COSIGN_VERSION = ).*/\1'${COSIGN_LATEST_VERSION}'/' Makefile
|
||||||
|
|
||||||
# update cosign in go.mod as well
|
|
||||||
go get github.com/sigstore/cosign@$COSIGN_LATEST_VERSION
|
|
||||||
go mod tidy
|
|
||||||
|
|
||||||
# export the versions for use with create-pull-request
|
# export the versions for use with create-pull-request
|
||||||
echo "::set-output name=GOLANGCILINT::$GOLANGCILINT_LATEST_VERSION"
|
echo "::set-output name=GOLANGCILINT::$GOLANGCILINT_LATEST_VERSION"
|
||||||
echo "::set-output name=BOUNCER::$BOUNCER_LATEST_VERSION"
|
echo "::set-output name=BOUNCER::$BOUNCER_LATEST_VERSION"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user