Skip to content

Commit

Permalink
CDK Nag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Oct 7, 2024
1 parent 2104ee6 commit be48b09
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export class Cttsov2Icav2PipelineManagerConstruct extends Construct {
);

// Allow the check num running sfns lambda to list the number of running icav2 copy file sfns running
props.icav2CopyFilesStateMachineObj.grantRead(props.checkNumRunningSfnsLambdaObj);
props.icav2CopyFilesStateMachineObj.grantRead(
props.checkNumRunningSfnsLambdaObj.currentVersion
);

/*
Part 2: Configure the lambdas and outputs step function
Expand Down

0 comments on commit be48b09

Please sign in to comment.