/** * **copa** - Tool to directly patch container images given the vulnerability scanning results * * @domain `project-copacetic.github.io` * @programs `copa` * @version `0.12.0` (8 versions available) * @versions From newest version to oldest. * * @install `launchpad install project-copacetic.github.io` * @homepage https://project-copacetic.github.io/copacetic/ * @buildDependencies `go.dev@^1.21` - required only when building from source * * @example * ```typescript * import { pantry } from 'ts-pkgx' * * const pkg = pantry.projectcopaceticgithubio * console.log(pkg.name) // "copa" * console.log(pkg.description) // "Tool to directly patch container images given t..." * console.log(pkg.programs) // ["copa"] * console.log(pkg.versions[0]) // "0.12.0" (latest) * ``` * * @see https://ts-pkgx.netlify.app/packages/project-copacetic-github-io.md * @see https://ts-pkgx.netlify.app/usage */ export declare const projectcopaceticgithubioPackage: { /** * The display name of this package. */ name: 'copa'; /** * The canonical domain name for this package. */ domain: 'project-copacetic.github.io'; /** * Brief description of what this package does. */ description: 'Tool to directly patch container images given the vulnerability scanning results'; packageYmlUrl: 'https://github.com/pkgxdev/pantry/tree/main/projects/project-copacetic.github.io/package.yml'; homepageUrl: 'https://project-copacetic.github.io/copacetic/'; githubUrl: 'https://github.com/project-copacetic/copacetic'; /** * Command to install this package using launchpad. * @example launchpad install package-name */ installCommand: 'launchpad install project-copacetic.github.io'; pkgxInstallCommand: 'sh <(curl https://pkgx.sh) +project-copacetic.github.io -- $SHELL -i'; launchpadInstallCommand: 'launchpad install project-copacetic.github.io'; /** * Executable programs provided by this package. * These can be run after installation. */ programs: readonly ['copa']; companions: readonly []; dependencies: readonly []; /** * Build dependencies for this package. * These are only required when building the package from source. */ buildDependencies: readonly ['go.dev@^1.21']; /** * Available versions from newest to oldest. * @see https://ts-pkgx.netlify.app/usage for installation instructions */ versions: readonly ['0.12.0', '0.11.1', '0.11.0', '0.10.0', '0.9.0', '0.8.0', '0.7.0', '0.6.2']; aliases: readonly [] }; export type ProjectcopaceticgithubioPackage = typeof projectcopaceticgithubioPackage