Skip to content

Commit

Permalink
fix signing
Browse files Browse the repository at this point in the history
Signed-off-by: aircraft-cerier <[email protected]>
  • Loading branch information
aircraft-cerier committed May 4, 2022
1 parent 3c1657e commit a794936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2_vulnerabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (svc *v2ContainerVulnerabilityService) SearchAllPages(filters SearchFilter)
for {
all = append(all, response.Data...)

newResponse := VulnerabilitiesHostResponse{
newResponse := VulnerabilitiesContainersResponse{
Paging: response.Paging,
}
pageOk, err = svc.client.NextPage(&newResponse)
Expand Down

0 comments on commit a794936

Please sign in to comment.