We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd4f91 commit b883a03Copy full SHA for b883a03
1 file changed
README.md
@@ -2,11 +2,14 @@
2
3
Plugin for Docker CLI to support SBOM creation using Syft.
4
5
-**Note: this is a work in progress**
+**Note: this is a proof of concept / work in progress**
6
7
## Getting started
8
9
```
10
+# install syft
11
+curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
12
+
13
# build
14
make snapshot
15
0 commit comments