From b1707448ea1099aad34f357a6fa607ddb5305f22 Mon Sep 17 00:00:00 2001 From: "anchore-actions-token-generator[bot]" <102182147+anchore-actions-token-generator[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:53:54 -0400 Subject: [PATCH] chore(deps): update tools to latest versions (#1919) * chore(deps): update tools to latest versions Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * chore: update releaser file to compatible fields Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --------- Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> Co-authored-by: westonsteimel <1593939+westonsteimel@users.noreply.github.com> Co-authored-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com> --- .binny.yaml | 6 +++--- .goreleaser.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.binny.yaml b/.binny.yaml index c835f461..88f5309b 100644 --- a/.binny.yaml +++ b/.binny.yaml @@ -58,7 +58,7 @@ tools: # used to release all artifacts - name: goreleaser version: - want: v1.26.2 + want: v2.0.0 method: github-release with: repo: goreleaser/goreleaser @@ -106,7 +106,7 @@ tools: # used for integration tests - name: skopeo version: - want: v1.12.0 + want: v1.15.1 method: go-install with: module: github.com/containers/skopeo @@ -116,4 +116,4 @@ tools: - containers_image_openpgp env: - CGO_ENABLED=0 - - GO_DYN_FLAGS="" \ No newline at end of file + - GO_DYN_FLAGS="" diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8c24865f..dd500a6a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,3 +1,5 @@ +version: 2 + release: prerelease: auto draft: false @@ -79,7 +81,7 @@ nfpms: - deb brews: - - tap: + - repository: owner: anchore name: homebrew-grype token: "{{.Env.GITHUB_BREW_TOKEN}}" @@ -259,4 +261,4 @@ signs: - "--output-signature=${signature}" - "${artifact}" - "--yes" - artifacts: checksum \ No newline at end of file + artifacts: checksum