Add deprecation warning for merging SARIF files with non-unique categories

This commit is contained in:
Koen Vlaswinkel
2024-04-22 16:42:21 +02:00
parent 4ebadbc746
commit 8b0dfa84c7
5 changed files with 126 additions and 15 deletions

View File

@@ -56,8 +56,11 @@ export interface SarifFile {
export interface SarifRun {
tool?: {
driver?: {
guid?: string;
name?: string;
fullName?: string;
semanticVersion?: string;
version?: string;
};
};
automationDetails?: {