Skip to content

Commit 354d709

Browse files
Merge pull request #7 from QuantumNeuralCoder/cfn-guard-action
testing s-g action in fork
2 parents b81105e + 8f1ba84 commit 354d709

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/security-guardian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
steps:
6262
- name: Checkout
6363
uses: actions/checkout@v4
64+
with:
65+
fetch-depth: 0 # Fetches full history
6466

6567
- name: Get list of changed .template.json files
6668
id: filter_files

tools/@aws-cdk/security-guardian/test/templates/CMCMK-Stack.template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"Resources": {
3-
"LambdaExecutionRoleD5C26073": {
3+
"LambdaExecutionRoleD5C26073": {
44
"Type": "AWS::IAM::Role",
55
"Properties": {
66
"AssumeRolePolicyDocument": {

0 commit comments

Comments
 (0)