@catladder/pipeline
Version:
Panter workflow for cloud CI/CD and DevOps
5 lines • 324 B
TypeScript
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;