From b86e6f5df7cb878ddd20b3e13afd09e986082e80 Mon Sep 17 00:00:00 2001 From: QuantumNeuralCoder <163458725+QuantumNeuralCoder@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:31:38 -0700 Subject: [PATCH 1/2] testing s-g action in fork --- .../security-guardian/test/templates/CMCMK-Stack.template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/@aws-cdk/security-guardian/test/templates/CMCMK-Stack.template.json b/tools/@aws-cdk/security-guardian/test/templates/CMCMK-Stack.template.json index eed2f7244155d..66ab20bfbe4dc 100644 --- a/tools/@aws-cdk/security-guardian/test/templates/CMCMK-Stack.template.json +++ b/tools/@aws-cdk/security-guardian/test/templates/CMCMK-Stack.template.json @@ -1,6 +1,6 @@ { "Resources": { - "LambdaExecutionRoleD5C26073": { + "LambdaExecutionRoleD5C26073": { "Type": "AWS::IAM::Role", "Properties": { "AssumeRolePolicyDocument": { From 8f1ba84129faba0d3b5af893a98af564829ecef9 Mon Sep 17 00:00:00 2001 From: QuantumNeuralCoder <163458725+QuantumNeuralCoder@users.noreply.github.com> Date: Mon, 14 Apr 2025 09:49:14 -0700 Subject: [PATCH 2/2] fetching full history since it failed in test with bad object --- .github/workflows/security-guardian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/security-guardian.yml b/.github/workflows/security-guardian.yml index ea031f255d037..05655503e3702 100644 --- a/.github/workflows/security-guardian.yml +++ b/.github/workflows/security-guardian.yml @@ -61,6 +61,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 # Fetches full history - name: Get list of changed .template.json files id: filter_files