Skip to content

Commit

Permalink
Update scan model
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Sep 11, 2024
1 parent bd704be commit a7be3de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typespec/models/WaveScanRecord.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import "./Vulnerability.tsp";
model WaveScanRecord {
buildId: string;
duration: int64;
containerImage: string;
id: string;
startTime: string;
status: string;
vulnerabilities: Vulnerability[];
}
}

0 comments on commit a7be3de

Please sign in to comment.