Skip to content

Commit 38b8173

Browse files
author
Vikranth Subramanian
committed
add aws integration to config file
1 parent e9d2332 commit 38b8173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/models/attack_surface.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ type AttackSurface struct {
44
// global only
55
Enable bool `yaml:"enable"`
66
EnableDNSEnumeration bool `yaml:"enable_dns_enumeration"`
7+
EnableAWSIntegration bool `yaml:"enable_aws_integration"`
78
IPAddresses []string `yaml:"ip_addresses,omitempty"`
89
DomainNames []string `yaml:"domain_names,omitempty"`
910
IncludeOnly []AttackSurfaceIncludeOnly `yaml:"include_only,omitempty"`

0 commit comments

Comments
 (0)