mirror of
https://github.com/aquasecurity/trivy.git
synced 2025-12-22 07:10:41 -08:00
6 lines
46 B
Go
6 lines
46 B
Go
package cloud
|
|
|
|
const (
|
|
ProviderAWS = "AWS"
|
|
)
|