79306955

Date: 2024-12-25 06:03:06
Score: 1
Natty:
Report link

in cfn, it can be done as below

  xxxCodebuild:
    Type: AWS::CodeBuild::Project
    Properties:
      Source:
        Type: GITHUB
        Location: https://github.com/xxx
        GitCloneDepth: 1
      SourceVersion: develop
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Steven