UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

6 lines (5 loc) 325 B
import type { ComponentContextWithBuild } from "../types/context"; import type { CatladderJob } from "../types/jobs"; export declare const SBOM_BUILD_JOB_NAME = "\uD83E\uDDFE sbom"; export declare const SBOM_FILE = "__sbom.json"; export declare const createSbomBuildJob: (context: ComponentContextWithBuild) => CatladderJob;