Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions tools/vulnetix_cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@
"tool": {
"name": "Vulnetix CLI",
"publisher": "Vulnetix",
"description": "A vulnerability scanner for SAST, IaC, container images, cloud, and SCA/licenses of software ecosystems. Works with all known package manager manifests and supports CycloneDX, SPDX, and OpenVEX.",
"description": "A vulnerability scanner for CBOM, AIBOM, SAST, IaC, container images, malware IOCs, and SCA/licenses of software ecosystems. Works with most well-known package manager manifests and supports CycloneDX for xBOM and VEX, SPDX Licenses, and OpenVEX.",
"repository_url": "https://github.com/Vulnetix/cli",
"website_url": "https://www.vulnetix.com/features/code-scanner",
"capabilities": [
"SBOM",
"VDR/VEX"
"VDR/VEX",
"AI/ML-BOM",
"CBOM"
],
"availability": [
"OPEN_SOURCE",
"OSI_APPROVED"
],
"functions": [
"ANALYSIS",
"TRANSFORM"
"TRANSFORM",
"AUTHOR"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AUTOR seams not right for an automated tool.

https://cyclonedx.github.io/tool-center/tool.html#tool_functions

AUTHOR - Tools that human authors can use to create CycloneDX BOMs.

Suggested change
"AUTHOR"

],
"analysis": [
"SECURITY_VULNERABILITIES",
Expand All @@ -32,7 +35,8 @@
],
"packaging": [
"COMMAND_LINE_UTILITY",
"GITHUB_ACTION"
"GITHUB_ACTION",
"GITLAB_CI_TEMPLATE"
],
"library": [
"GO"
Expand Down