Projects STRLCPY syft Commits 0580328a
🤬
  • ■ ■ ■ ■
    .github/workflows/update-bootstrap-tools.yml
    skipped 27 lines
    28 28   GORELEASER_LATEST_VERSION=$(go list -m -json github.com/goreleaser/goreleaser@latest 2>/dev/null | jq -r '.Version')
    29 29   GOSIMPORTS_LATEST_VERSION=$(go list -m -json github.com/rinchsan/gosimports@latest 2>/dev/null | jq -r '.Version')
    30 30   YAJSV_LATEST_VERSION=$(go list -m -json github.com/neilpa/yajsv@latest 2>/dev/null | jq -r '.Version')
    31  - COSIGN_LATEST_VERSION=$(go list -m -json github.com/sigstore/cosign@latest 2>/dev/null | jq -r '.Version')
     31 + COSIGN_LATEST_VERSION=$(go list -m -json github.com/sigstore/cosign/v2@latest 2>/dev/null | jq -r '.Version')
    32 32   GLOW_LATEST_VERSION=$(go list -m -json github.com/charmbracelet/glow@latest 2>/dev/null | jq -r '.Version')
    33 33  
    34 34   # update version variables in the Makefile
    skipped 46 lines
  • ■ ■ ■ ■ ■ ■
    Makefile
    skipped 15 lines
    16 16  CHRONICLE_VERSION := v0.6.0
    17 17  GORELEASER_VERSION := v1.18.2
    18 18  YAJSV_VERSION := v1.4.1
    19  -COSIGN_VERSION := v1.13.1
     19 +COSIGN_VERSION := v2.0.2
    20 20  QUILL_VERSION := v0.2.0
    21 21  GLOW_VERSION := v1.5.1
    22 22   
    skipped 67 lines
    90 90   # the only difference between goimports and gosimports is that gosimports removes extra whitespace between import blocks (see https://github.com/golang/go/issues/20818)
    91 91   GOBIN="$(realpath $(TEMP_DIR))" go install github.com/rinchsan/gosimports/cmd/gosimports@$(GOSIMPORTS_VERSION)
    92 92   GOBIN="$(realpath $(TEMP_DIR))" go install github.com/neilpa/yajsv@$(YAJSV_VERSION)
    93  - GOBIN="$(realpath $(TEMP_DIR))" go install github.com/sigstore/cosign/cmd/cosign@$(COSIGN_VERSION)
     93 + GOBIN="$(realpath $(TEMP_DIR))" go install github.com/sigstore/cosign/v2/cmd/cosign@$(COSIGN_VERSION)
    94 94   GOBIN="$(realpath $(TEMP_DIR))" go install github.com/charmbracelet/glow@$(GLOW_VERSION)
    95 95   
    96 96  .PHONY: bootstrap-go
    skipped 300 lines
Please wait...
Page is in error, reload to recover