diff --git a/.mega-linter.yml b/.mega-linter.yml index 883ed3189..ad7deaf9c 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -28,7 +28,7 @@ SARIF_REPORTER: true SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false -# Install pluging for list handling. +# Install plugin for list handling. JSON_PRETTIER_PRE_COMMANDS: - command: | npm install -g prettier-plugin-multiline-arrays@1.1.4 @@ -44,3 +44,6 @@ SPELL_CSPELL_ARGUMENTS: '--gitignore --no-progress --show-suggestions' SPELL_CSPELL_FILE_EXTENSIONS: ["*"] TERRAFORM_TFLINT_UNSECURED_ENV_VARIABLES: - GITHUB_TOKEN + +GITHUB_STATUS_REPORTER: true +GITHUB_COMMENT_REPORTER: true diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 5dd386308..ef0d386d9 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -5,4 +5,5 @@ This project has adopted the For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact -opensource-codeofconduct@amazon.com with any additional questions or comments. +[opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) +with any additional questions or comments. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1fd91c428..0fe9d7ecd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,8 @@ This project has adopted the [Amazon Open Source Code of Conduct](https://aws.github.io/code-of-conduct). For more information see the [Code of Conduct FAQ](https://aws.github.io/code-of-conduct-faq) or contact -opensource-codeofconduct@amazon.com with any additional questions or comments. +[opensource-codeofconduct@amazon.com](mailto:opensource-codeofconduct@amazon.com) +with any additional questions or comments. ## Security issue notifications diff --git a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml index ffd22dbea..6b16518bb 100644 --- a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml +++ b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/global.yml @@ -97,6 +97,8 @@ Resources: KMSKey: Type: AWS::KMS::Key + DeletionPolicy: Delete + UpdateReplacePolicy: Delete Properties: Description: Used by Assumed Roles in Accounts accounts to Encrypt/Decrypt code EnableKeyRotation: true diff --git a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/regional.yml b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/regional.yml index 74eab131b..0800bf357 100644 --- a/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/regional.yml +++ b/src/lambda_codebase/initial_commit/bootstrap_repository/adf-bootstrap/deployment/regional.yml @@ -58,6 +58,8 @@ Resources: DeploymentFrameworkRegionalKMSKey: Type: AWS::KMS::Key + DeletionPolicy: Delete + UpdateReplacePolicy: Delete Properties: Description: Used by Assumed Roles in Accounts accounts to Encrypt/Decrypt code EnableKeyRotation: true