feat: Add AWS Cloud scanning (#2493)

* feat: Added AWS Cloud scanning

Co-authored-by: Owen Rumney <owen.rumney@aquasec.com>
This commit is contained in:
Liam Galvin
2022-08-11 14:59:32 +01:00
committed by GitHub
parent f8edda8479
commit b259b25ce4
32 changed files with 2569 additions and 50 deletions

View File

@@ -533,7 +533,7 @@ func scan(ctx context.Context, opts flag.Options, initializeScanner InitializeSc
report, err := s.ScanArtifact(ctx, scanOptions)
if err != nil {
return types.Report{}, xerrors.Errorf("image scan failed: %w", err)
return types.Report{}, xerrors.Errorf("scan failed: %w", err)
}
return report, nil
}