mirror of
https://github.com/anchore/grype
synced 2024-11-10 06:34:13 +00:00
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>
This commit is contained in:
parent
adcfc04199
commit
b1707448ea
2 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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}}"
|
||||
|
|
Loading…
Reference in a new issue