diff --git a/src/types/eol-scan.ts b/src/types/eol-scan.ts index 1150905..b555257 100644 --- a/src/types/eol-scan.ts +++ b/src/types/eol-scan.ts @@ -63,6 +63,7 @@ export interface EolReportMutationResponse { export interface CreateEolReportInputSbom { sbom: CdxBom; + scanOrigin?: string; } // @deprecated