github.com/lineaje-labs/syft@v0.98.1-0.20231227153149-9e393f60ff1b/.binny.yaml (about)

     1  tools:
     2    - name: binny
     3      version:
     4        want: v0.6.2
     5      method: github-release
     6      with:
     7        repo: anchore/binny
     8  
     9    - name: quill
    10      version:
    11        want: v0.4.1
    12      method: github-release
    13      with:
    14        repo: anchore/quill
    15  
    16    - name: golangci-lint
    17      version:
    18        want: v1.55.2
    19      method: github-release
    20      with:
    21        repo: golangci/golangci-lint
    22  
    23    - name: glow
    24      version:
    25        want: v1.5.1
    26      method: github-release
    27      with:
    28        repo: charmbracelet/glow
    29  
    30    - name: cosign
    31      version:
    32        want: v2.2.1
    33      method: github-release
    34      with:
    35        repo: sigstore/cosign
    36  
    37    - name: yajsv
    38      version:
    39        want: v1.4.1
    40      method: github-release
    41      with:
    42        repo: neilpa/yajsv
    43  
    44    - name: goreleaser
    45      version:
    46        want: v1.22.1
    47      method: github-release
    48      with:
    49        repo: goreleaser/goreleaser
    50  
    51    - name: gosimports
    52      version:
    53        want: v0.3.8
    54      method: github-release
    55      with:
    56        repo: rinchsan/gosimports
    57  
    58    - name: chronicle
    59      version:
    60        want: v0.8.0
    61      method: github-release
    62      with:
    63        repo: anchore/chronicle
    64  
    65    - name: bouncer
    66      version:
    67        want: v0.4.0
    68      method: github-release
    69      with:
    70        repo: wagoodman/go-bouncer
    71  
    72    - name: benchstat
    73      version:
    74        want: latest
    75        method: go-proxy
    76        with:
    77          module: golang.org/x/perf
    78          allow-unresolved-version: true
    79      method: go-install
    80      with:
    81        entrypoint: cmd/benchstat
    82        module: golang.org/x/perf
    83  
    84    - name: task
    85      version:
    86        want: v3.31.0
    87      method: github-release
    88      with:
    89        repo: go-task/task
    90  
    91    - name: gh
    92      version:
    93        want: v2.39.2
    94      method: github-release
    95      with:
    96        repo: cli/cli