Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ release:
# If set to auto, will mark the release as not ready for production
# in case there is an indicator for this in the tag e.g. v1.0.0-rc1
# If set to true, will mark the release as not ready for production.
prerelease: auto
prerelease: false

signs:
- artifacts: checksum
Expand Down Expand Up @@ -39,13 +39,12 @@ nfpms:
- rpm
- deb

# TODO: add back in when open sourced
#brews:
# - tap:
# owner: anchore
# name: homebrew-syft
# homepage: *website
# description: *description
brews:
- tap:
owner: anchore
name: homebrew-syft
homepage: *website
description: *description

archives:
- format: tar.gz
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ syft <image> -o text

## Installation

*NOTE: This tool hasn't been released yet, so these installation methods do not work yet*

**Recommended**
```bash
# install the latest version to /usr/local/bin
Expand Down
Loading