You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't look like this is implemented in the codebase presently. You can try calling the old endpoint directly and manually overriding the project attribute with the response cast into the proper model.
I have a project, which has some code analysis vulnerabilities.
when I do
project.issueset_aggregated.all()
it returns
IssueSetAggregated(issues=[])
when I look at the issueCountsBySeverity
issueCountsBySeverity=IssueCounts(low=31, medium=22, high=30, critical=0)
I need to understand why it is not capturing these issues.
Any help is appreciated.
The text was updated successfully, but these errors were encountered: