UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

4 lines 323 B
import { type ComponentContext } from "../types/context"; export declare const sbomDeactivated: (context: ComponentContext) => boolean; export declare const getDependencyTrackUploadScript: (context: ComponentContext) => string[]; export declare const getDependencyTrackDeleteScript: (context: ComponentContext) => string[];