Skip to content

Commit

Permalink
FOPTS-5507 Added hide_skip_approvals to All Active Policies (#2830)
Browse files Browse the repository at this point in the history
* added hide skip approvals and update change log

* update AWS Regions Without Config Fully Enabled

* fixed minor syntax issue

* fix minor syntax issue

* fix linter complains: param order, field names, extra line,...

* fix linter complains -2

* remove extra comma

* fix linter complain 3

* add space between params and remove extraneous new line
  • Loading branch information
ramyadmz authored Nov 14, 2024
1 parent 07e4ca0 commit b72571a
Show file tree
Hide file tree
Showing 563 changed files with 2,175 additions and 715 deletions.
4 changes: 4 additions & 0 deletions automation/flexera/outdated_applied_policies/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.2.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v0.2.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ severity "low"
category "Operational"
default_frequency "weekly"
info(
version: "0.2.1",
version: "0.2.2",
provider: "Flexera",
service: "Automation",
policy_set: "Automation"
policy_set: "Automation",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/disallowed_regions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v5.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v5.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/aws/disallowed_regions/aws_disallowed_regions.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "5.0.1",
version: "5.0.2",
provider: "AWS",
service: "Compute",
policy_set: "Disallowed Regions"
policy_set: "Disallowed Regions",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/ecs_unused/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v4.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/aws/ecs_unused/aws_unused_ecs_clusters.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ severity "low"
category "Compliance"
default_frequency "weekly"
info(
version: "4.0.1",
version: "4.0.2",
provider: "AWS",
service: "Compute",
policy_set: "Unused Containers"
policy_set: "Unused Containers",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/iam_role_audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.3

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v3.0.2

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/aws/iam_role_audit/aws_iam_role_audit.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ severity "medium"
category "Compliance"
default_frequency "daily"
info(
version: "3.0.2",
version: "3.0.3",
provider:"AWS",
service: "IAM",
policy_set: "Identity & Access Management"
policy_set: "Identity & Access Management",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/instances_without_fnm_agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.3.3

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v4.3.2

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ severity "medium"
category "Compliance"
default_frequency "weekly"
info(
version: "4.3.2",
version: "4.3.3",
provider: "AWS",
service: "Compute",
policy_set: "Instances not running FlexNet Inventory Agent"
policy_set: "Instances not running FlexNet Inventory Agent",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/long_stopped_instances/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v6.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v6.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ severity "low"
category "Compliance"
default_frequency "weekly"
info(
version: "6.0.1",
version: "6.0.2",
provider: "AWS",
service: "Compute",
policy_set: "Long Stopped Instances"
policy_set: "Long Stopped Instances",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/missing_scps/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v3.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/aws/missing_scps/aws_missing_scps.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "medium"
default_frequency "daily"
info(
version: "3.0.1",
version: "3.0.2",
provider: "AWS",
service: "Organization",
policy_set: ""
policy_set: "",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/rds_backup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v3.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/aws/rds_backup/aws_rds_backup.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "medium"
default_frequency "weekly"
info(
version: "3.0.1",
version: "3.0.2",
provider: "AWS",
service: "RDS",
policy_set: ""
policy_set: "",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/aws/untagged_resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v5.3.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v5.3.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/aws/untagged_resources/aws_untagged_resources.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "5.3.1",
version: "5.3.2",
provider: "AWS",
service: "Compute",
policy_set: "Untagged Resources"
policy_set: "Untagged Resources",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/advisor_carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.1.1

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v0.1.0

- Initial release
5 changes: 3 additions & 2 deletions compliance/azure/advisor_carbon/azure_advisor_carbon.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "0.1.0",
version: "0.1.1",
provider: "Azure",
service: "All",
policy_set: "Sustainability"
policy_set: "Sustainability",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/ahub_manual/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v4.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ severity "medium"
category "Compliance"
default_frequency "weekly"
info(
version: "4.0.1",
version: "4.0.2",
provider: "Azure",
service: "Compute",
policy_set: "Hybrid Use Benefit"
policy_set: "Hybrid Use Benefit",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/azure_disallowed_regions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v4.1.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v4.1.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "4.1.1",
version: "4.1.2",
provider: "Azure",
service: "Compute",
policy_set: "Disallowed Regions"
policy_set: "Disallowed Regions",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/azure_long_stopped_instances/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v5.0.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v5.0.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "5.0.1",
version: "5.0.2",
provider: "Azure",
service: "Compute",
policy_set: "Long Stopped Instances"
policy_set: "Long Stopped Instances",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/azure_policy_audit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.1

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v3.0.0

- Several parameters altered to be more descriptive and human-readable
Expand Down
5 changes: 3 additions & 2 deletions compliance/azure/azure_policy_audit/azure_policy_audit.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "medium"
default_frequency "daily"
info(
version: "3.0.0",
version: "3.0.1",
provider: "Azure",
service: "IAM",
policy_set: "Identity & Access Management"
policy_set: "Identity & Access Management",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/azure_untagged_resources/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.2.1

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v3.2.0

- Added option to include Azure subscriptions and resource groups in the results alongside Azure resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "3.2.0",
version: "3.2.1",
provider: "Azure",
service: "Compute",
policy_set: "Untagged Resources"
policy_set: "Untagged Resources",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/azure_untagged_vms/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v1.1.2

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v1.1.1

- Minor code improvements to conform with current standards. Functionality unchanged.
Expand Down
5 changes: 3 additions & 2 deletions compliance/azure/azure_untagged_vms/untagged_vms.pt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ category "Compliance"
severity "low"
default_frequency "weekly"
info(
version: "1.1.1",
version: "1.1.2",
provider: "Azure",
service: "Compute",
policy_set: "Untagged Resources"
policy_set: "Untagged Resources",
hide_skip_approvals: "true"
)

###############################################################################
Expand Down
4 changes: 4 additions & 0 deletions compliance/azure/compliance_score/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v3.0.1

- Added `hide_skip_approvals` field to the info section. It dynamically controls "Skip Action Approvals" visibility.

## v3.0.0

- Several parameters altered to be more descriptive and human-readable
Expand Down
Loading

0 comments on commit b72571a

Please sign in to comment.