From 0da73e4f6d7850033126f540d848d83fef8365fc Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Mon, 27 Jan 2025 17:35:59 -0500 Subject: [PATCH] add more content to eval --- GHA_Codebuild_Runner.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/GHA_Codebuild_Runner.md b/GHA_Codebuild_Runner.md index 9030b14b..9906af3e 100644 --- a/GHA_Codebuild_Runner.md +++ b/GHA_Codebuild_Runner.md @@ -43,6 +43,10 @@ This section outlines the configurations made in Github to implement the testing The PAT needs to be configured with some required options. [Here](https://docs.aws.amazon.com/codebuild/latest/userguide/access-tokens-github.html) is a reference. - Created a test `buildspec.yml` in `regtech-deployments` - tested ECR access, Github Container Registry Access and some other basic things +- Created multiple GHA workflows to test basic actions + - AWS Secrets reading and masking + - AWS cli commands + - Custom Composite Actions ---