Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
trivy-plugin-attest — Publish SBOM attestation | Kitploit
Tools/GitHubGitHub/aquasecurity/trivy-plugin-attest
DevSecOpsSupply Chain Security
GitHubaquasecurity/trivy-plugin-attest

trivy-plugin-attest

Publish SBOM attestation

View Repository
623 years agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

trivy-plugin-attest

Publish SBOM attestation

Install

root@kitploit:~
$ trivy plugin install github.com/aquasecurity/trivy-plugin-attest

Usage

root@kitploit:~
A Trivy plugin that publish SBOM attestation

Usage:
  attest [flags]

Examples:
  trivy attest --type PREDICATE_TYPE --predicate PREDICATE_PATH BLOB_PATH
  # Publish SBOM attestation
  trivy attest --type cyclonedx --predicate ./sbom.cdx.json ./my-executable

Flags:
  -h, --help               help for attest
      --predicate string   specify the predicate file path
      --type string        specify the predicate type(cyclonedx)
Download Tool