mirror of
https://github.com/anchore/syft.git
synced 2025-11-18 08:53:15 +01:00
Merge pull request #410 from anchore/readme-grype
update readme to point to grype
This commit is contained in:
commit
360eb74cc7
@ -6,7 +6,7 @@
|
|||||||
[](https://github.com/anchore/syft/blob/main/LICENSE)
|
[](https://github.com/anchore/syft/blob/main/LICENSE)
|
||||||
[](https://github.com/anchore/syft)
|
[](https://github.com/anchore/syft)
|
||||||
|
|
||||||
A CLI tool and go library for generating a Software Bill of Materials (SBOM) from container images and filesystems.
|
A CLI tool and go library for generating a Software Bill of Materials (SBOM) from container images and filesystems. Exceptional for vulnerability detection when used with a scanner tool like [Grype](https://github.com/anchore/grype).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@ -15,6 +15,8 @@ A CLI tool and go library for generating a Software Bill of Materials (SBOM) fro
|
|||||||
- Supports packages and libraries from various ecosystems (APK, DEB, RPM, Ruby Bundles, Python Wheel/Egg/requirements.txt, JavaScript NPM/Yarn, Java JAR/EAR/WAR, Jenkins plugins JPI/HPI, Go modules)
|
- Supports packages and libraries from various ecosystems (APK, DEB, RPM, Ruby Bundles, Python Wheel/Egg/requirements.txt, JavaScript NPM/Yarn, Java JAR/EAR/WAR, Jenkins plugins JPI/HPI, Go modules)
|
||||||
- Linux distribution identification (supports Alpine, BusyBox, CentOS/RedHat, Debian/Ubuntu flavored distributions)
|
- Linux distribution identification (supports Alpine, BusyBox, CentOS/RedHat, Debian/Ubuntu flavored distributions)
|
||||||
- Supports Docker and OCI image formats
|
- Supports Docker and OCI image formats
|
||||||
|
- Direct support for [Grype](https://github.com/anchore/grype), a fast and powerful vulnerability matcher.
|
||||||
|
|
||||||
|
|
||||||
If you encounter an issue, please [let us know using the issue tracker](https://github.com/anchore/syft/issues).
|
If you encounter an issue, please [let us know using the issue tracker](https://github.com/anchore/syft/issues).
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user