Add deprecation warning for merging SARIF files with non-unique categories
This commit is contained in:
parent
4ebadbc746
commit
8b0dfa84c7
5 changed files with 126 additions and 15 deletions
|
|
@ -56,8 +56,11 @@ export interface SarifFile {
|
|||
export interface SarifRun {
|
||||
tool?: {
|
||||
driver?: {
|
||||
guid?: string;
|
||||
name?: string;
|
||||
fullName?: string;
|
||||
semanticVersion?: string;
|
||||
version?: string;
|
||||
};
|
||||
};
|
||||
automationDetails?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue