trivy
Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more
Package Information
- Domain:
aquasecurity.github.io/trivy - Name:
trivy - Homepage: Not specified
- Source: View on GitHub
Installation
bash
# Install with launchpad
launchpad install trivyPrograms
This package provides the following executable programs:
trivy
Available Versions
Show all 39 versions
0.65.0,0.64.1,0.64.0,0.63.0,0.62.10.62.0,0.61.1,0.61.0,0.60.0,0.59.10.59.0,0.58.2,0.58.1,0.58.0,0.57.10.57.0,0.56.2,0.56.1,0.56.0,0.55.20.55.1,0.55.0,0.54.1,0.54.0,0.53.00.52.2,0.52.1,0.52.0,0.51.4,0.51.20.51.1,0.51.0,0.50.4,0.50.2,0.50.10.50.0,0.49.1,0.49.0,0.48.3
Latest Version: 0.65.0
Install Specific Version
bash
# Install specific version
sh <(curl https://pkgx.sh) trivy -- $SHELL -iDependencies
This package depends on:
curl.se/ca-certs
Usage Examples
typescript
import { pantry } from 'ts-pkgx'
// Access this package
const pkg = pantry.trivy
console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)Links
This documentation was auto-generated from package data.