Skip to content

Commit b883a03

Browse files
committed
add syft install to readme
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
1 parent 9dd4f91 commit b883a03

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@
22

33
Plugin for Docker CLI to support SBOM creation using Syft.
44

5-
**Note: this is a work in progress**
5+
**Note: this is a proof of concept / work in progress**
66

77
## Getting started
88

99
```
10+
# install syft
11+
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
12+
1013
# build
1114
make snapshot
1215

0 commit comments

Comments
 (0)