Skip to content

Commit 22f549c

Browse files
chore: remove scanShortLivedInstances boolean from aws sidekick (#1804)
1 parent 8841cb2 commit 22f549c

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

api/cloud_accounts_aws_sidekick.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ type AwsSidekickData struct {
7171
ScanHostVulnerabilities bool `json:"scanHostVulnerabilities"`
7272
ScanMultiVolume bool `json:"scanMultiVolume"`
7373
ScanStoppedInstances bool `json:"scanStoppedInstances"`
74-
ScanShortLivedInstances bool `json:"scanShortLivedInstances"`
7574

7675
AccountID string `json:"awsAccountId,omitempty"`
7776
BucketArn string `json:"bucketArn,omitempty"`

api/cloud_accounts_aws_sidekick_org.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ type AwsSidekickOrgData struct {
7272
ScanHostVulnerabilities bool `json:"scanHostVulnerabilities"`
7373
ScanMultiVolume bool `json:"scanMultiVolume"`
7474
ScanStoppedInstances bool `json:"scanStoppedInstances"`
75-
ScanShortLivedInstances bool `json:"scanShortLivedInstances"`
7675

7776
//Properties specific to the AWS organization integration type
7877
ScanningAccount string `json:"scanningAccount"`

api/cloud_accounts_aws_sidekick_org_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ func singleAwsSidekickOrgCloudAccount(id string) string {
193193
"scanFrequency": 24,
194194
"scanContainers": true,
195195
"scanHostVulnerabilities": true,
196-
"scanShortLivedInstances": false,
197196
"scanStoppedInstances": true,
198197
"scanMultiVolume": false,
199198
"managementAccount": "000123456789",

api/cloud_accounts_aws_sidekick_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ func singleAwsSidekickCloudAccount(id string) string {
151151
"scanFrequency": 24,
152152
"scanContainers": true,
153153
"scanHostVulnerabilities": true,
154-
"scanShortLivedInstances": false,
155154
"scanStoppedInstances": true,
156155
"scanMultiVolume": false
157156
},

0 commit comments

Comments
 (0)