Skip to content

Commit

Permalink
Add install script + brew tap (#138)
Browse files Browse the repository at this point in the history
* add install script

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* add brew tap

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* rm install warning

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>

* force non-prereleases

Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
  • Loading branch information
wagoodman committed Aug 10, 2020
1 parent 89dc415 commit 647c806
Show file tree
Hide file tree
Showing 3 changed files with 382 additions and 10 deletions.
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

0 comments on commit 647c806

Please sign in to comment.