https://github.com/khulnasoft-lab/vul-plugin-attest
https://github.com/khulnasoft-lab/vul-plugin-attest
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft-lab/vul-plugin-attest
- Owner: khulnasoft-lab
- License: apache-2.0
- Created: 2023-08-24T23:23:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-13T13:50:23.000Z (9 months ago)
- Last Synced: 2025-01-26T14:09:05.300Z (4 months ago)
- Language: Go
- Size: 548 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vul-plugin-attest
Publish SBOM attestation## Install
```
$ vul plugin install github.com/khulnasoft-lab/vul-plugin-attest
```## Usage
```
A Vul plugin that publish SBOM attestationUsage:
attest [flags]Examples:
vul attest --type PREDICATE_TYPE --predicate PREDICATE_PATH BLOB_PATH
# Publish SBOM attestation
vul attest --type cyclonedx --predicate ./sbom.cdx.json ./my-executableFlags:
-h, --help help for attest
--predicate string specify the predicate file path
--type string specify the predicate type(cyclonedx)
```