2023-10-25 13:08:43 +00:00
|
|
|
tools:
|
2024-01-30 18:16:40 +00:00
|
|
|
# we want to use a pinned version of binny to manage the toolchain (so binny manages itself!)
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: binny
|
|
|
|
version:
|
2024-03-26 15:50:21 +00:00
|
|
|
want: v0.7.0
|
2023-10-25 13:08:43 +00:00
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: anchore/binny
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used to produce SBOMs during release
|
|
|
|
- name: syft
|
|
|
|
version:
|
|
|
|
want: latest
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: anchore/syft
|
|
|
|
|
|
|
|
# used to sign mac binaries at release
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: quill
|
|
|
|
version:
|
|
|
|
want: v0.4.1
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: anchore/quill
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for linting
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: golangci-lint
|
|
|
|
version:
|
2024-03-30 21:51:21 +00:00
|
|
|
want: v1.57.2
|
2023-10-25 13:08:43 +00:00
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: golangci/golangci-lint
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for showing the changelog at release
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: glow
|
|
|
|
version:
|
|
|
|
want: v1.5.1
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: charmbracelet/glow
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for signing the checksums file at release
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: cosign
|
|
|
|
version:
|
2024-04-11 15:53:55 +00:00
|
|
|
want: v2.2.4
|
2023-10-25 13:08:43 +00:00
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: sigstore/cosign
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used in integration tests to verify JSON schemas
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: yajsv
|
|
|
|
version:
|
|
|
|
want: v1.4.1
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: neilpa/yajsv
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used to release all artifacts
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: goreleaser
|
|
|
|
version:
|
2024-04-04 14:34:19 +00:00
|
|
|
want: v1.25.1
|
2023-10-25 13:08:43 +00:00
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: goreleaser/goreleaser
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for organizing imports during static analysis
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: gosimports
|
|
|
|
version:
|
|
|
|
want: v0.3.8
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: rinchsan/gosimports
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used at release to generate the changelog
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: chronicle
|
|
|
|
version:
|
|
|
|
want: v0.8.0
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: anchore/chronicle
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used during static analysis for license compliance
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: bouncer
|
|
|
|
version:
|
|
|
|
want: v0.4.0
|
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: wagoodman/go-bouncer
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for showing benchmark testing
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: benchstat
|
|
|
|
version:
|
|
|
|
want: latest
|
|
|
|
method: go-proxy
|
|
|
|
with:
|
|
|
|
module: golang.org/x/perf
|
|
|
|
allow-unresolved-version: true
|
|
|
|
method: go-install
|
|
|
|
with:
|
|
|
|
entrypoint: cmd/benchstat
|
|
|
|
module: golang.org/x/perf
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for running all local and CI tasks
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: task
|
|
|
|
version:
|
2024-04-09 16:03:12 +00:00
|
|
|
want: v3.36.0
|
2023-10-25 13:08:43 +00:00
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: go-task/task
|
|
|
|
|
2024-01-30 18:16:40 +00:00
|
|
|
# used for triggering a release
|
2023-10-25 13:08:43 +00:00
|
|
|
- name: gh
|
|
|
|
version:
|
2024-04-18 16:40:08 +00:00
|
|
|
want: v2.48.0
|
2023-10-25 13:08:43 +00:00
|
|
|
method: github-release
|
|
|
|
with:
|
|
|
|
repo: cli/cli
|