Skip to content

Commit 6349262

Browse files
committed
updating paths
1 parent d70ae4f commit 6349262

File tree

4,823 files changed

+4823
-4823
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,823 files changed

+4823
-4823
lines changed

compliance/controls/aws/aws_account_alternate_contact_security_registered.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "This control checks if an AWS Web Services (AWS) account has secur
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |
99
with alternate_security_contact as (
1010
select

compliance/controls/aws/aws_account_part_of_organizations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "Ensure that an AWS account is part of AWS Organizations. The rule
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |
99
select
1010
arn as resource,

compliance/controls/aws/aws_acm_certificate_expires_30_days.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "Ensure network integrity is protected by ensuring X509 certificate
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acm_certificate_no_failed_certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "This control ensures that ACM certificates are not in failed state
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acm_certificate_no_pending_validation_certificate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "This control ensures that ACM certificates are not in pending vali
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acm_certificate_no_wildcard_domain_name.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "Ensure that ACM single domain name certificates are used instead o
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acm_certificate_not_expired.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "This control ensures that all expired ACM certificates are removed
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acm_certificate_rsa_key_length_2048_bits_or_greater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "This control checks whether RSA certificates managed by AWS Certif
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acm_certificate_transparency_logging_enabled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "Ensure ACM certificates transparency logging is enabled as certifi
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
certificate_arn as resource,

compliance/controls/aws/aws_acmpca_root_certificate_authority_disabled.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Description: "This control checks if AWS Private CA has a root certificate autho
44
Connector:
55
- aws
66
Query:
7-
Engine: odysseus-v0.0.1
7+
Engine: CloudQL-v0.0.1
88
QueryToExecute: |-
99
select
1010
arn as resource,

0 commit comments

Comments
 (0)