diff --git a/.github/workflows/template-scanner-cft.yml b/.github/workflows/template-scanner-cft.yml index 7122cc5..df8d1b4 100644 --- a/.github/workflows/template-scanner-cft.yml +++ b/.github/workflows/template-scanner-cft.yml @@ -23,16 +23,15 @@ jobs: uses: actions/checkout@v2 # Runs the Conformity Template Scanner and block the buid process if the results exceed the parameters set below - - name: Cloud One Conformity Pipeline Scanner - uses: raphabot/conformity-template-scanner-pipeline@v1.0.0 + - name: Cloud Posture Conformity Pipeline Scanner + uses: igorschultz/cloud-posture-template-scanner-pipeline@v1.0.0 env: - cc_apikey: ${{ secrets.apikey }} + v1_apikey: ${{ secrets.apikey }} maxExtreme: 0 maxVeryHigh: 1 maxHigh: 3 maxMedium: 15 maxLow: 15 - cc_region: us-west-2 templatePath: s3-bucket-sfcb.yml - name: Configure AWS Credentials diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..af6b56a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.dccache \ No newline at end of file diff --git a/s3-bucket-sfcb.yml b/s3-bucket-sfcb.yml index c7197d9..f93ef10 100644 --- a/s3-bucket-sfcb.yml +++ b/s3-bucket-sfcb.yml @@ -5,4 +5,4 @@ Resources: Properties: BucketName: sfcb-ctf-bucket-us-west-2 VersioningConfiguration: - Status: Enabled \ No newline at end of file + Status: Suspended \ No newline at end of file