vulnlog init
Scaffolds a minimal Vulnlog file containing only the required sections (schemaVersion, project, releases, vulnerabilities).
vulnlog init [flags]
| Flag | Description |
|---|---|
|
Output path for the generated file. Defaults to stdout. |
|
Project name. Prompted if not provided. |
|
Organization name. Prompted if not provided. |
|
Author name. Prompted if not provided. |
Create a new Vulnlog project.
vulnlog init --name "My App" --organization "Acme Corp" --author "Security Team"
---
schemaVersion: "1"
project:
organization: "Acme Corp"
name: "My App"
author: "Security Team"
releases: []
vulnerabilities: []