3 This directory contains a script to output Software Bill of Materials (SBOM)tree and vulnerabilities of running docker images.
7 The script depend on the [Syft](https://github.com/anchore/syft) project and the [Grype](https://github.com/anchore/grype) project.
12 curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /usr/local/bin
18 curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin
23 Once your docker containers are up and running just use:
26 ./container-analysis.sh
29 Note: It takes time ...
31 You will find the results in the 'out' folder.
35 If you would like to see a kind of summary, please run:
43 ... and view in your browser