ensured gofmt

Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
This commit is contained in:
Frederic BIDON
2023-01-05 18:04:29 +01:00
parent 6d3844f187
commit dc45efb6ef

View File

@@ -41,7 +41,7 @@ func (GCPAdaptorMock *GCPAdaptorMock) GetImageVulnerability(imageID *registryvul
occurrence := []*grafeaspb.Occurrence{}
arr := GetMockData()
for i, _ := range arr {
for i := range arr {
if imageID.Tag == "gcr.io/myproject/nginx@sha256:2XXXXX" && i == 4 {
break
}