Files
trivy/pkg/cloud/provider.go
Liam Galvin b259b25ce4 feat: Add AWS Cloud scanning (#2493)
* feat: Added AWS Cloud scanning

Co-authored-by: Owen Rumney <owen.rumney@aquasec.com>
2022-08-11 14:59:32 +01:00

6 lines
46 B
Go

package cloud
const (
ProviderAWS = "AWS"
)