Skip to content

Commit

Permalink
Update sbomCount to bomCount in VulnerabilitySummary
Browse files Browse the repository at this point in the history
  • Loading branch information
rbjornstad committed Mar 7, 2024
1 parent d0ef716 commit 078f15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/graph/graphqls/dependencytrack.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ type VulnerabilitySummary {
medium: Int!
low: Int!
unassigned: Int!
sbomCount: Int!
bomCount: Int!
}

0 comments on commit 078f15c

Please sign in to comment.