trivy-plugin-dependencytrack

command module
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

README

trivy-plugin-template

Template for Trivy plugins

NOTE: Replace <org_name>, trivy-plugin-dependencytrack and <plugin_name> in go.mod, goreleaser.yaml and plugin.yaml with the appropriate values.

Installation

trivy plugin install github.com/weeros/trivy-plugin-dependencytrack

Usage

trivy dependencytrack

Devlopments

go get -u
GOPROXY=https://proxy.golang.org go mod tidy
mkdir -p ~/.trivy/plugins/dependencytrack
cp plugin.yaml ~/.trivy/plugins/defectdojo
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ~/.trivy/plugins/dependencytrack/dependencytrack  main.go 

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
pkg
logger
Package logger implements a log/slog based logger
Package logger implements a log/slog based logger

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL