Skip to content

Commit

Permalink
update scanner action to new cloud posture
Browse files Browse the repository at this point in the history
  • Loading branch information
igorschultz committed May 29, 2024
1 parent 41e43b1 commit e405a89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/template-scanner-cft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.dccache
2 changes: 1 addition & 1 deletion s3-bucket-sfcb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Resources:
Properties:
BucketName: sfcb-ctf-bucket-us-west-2
VersioningConfiguration:
Status: Enabled
Status: Suspended

0 comments on commit e405a89

Please sign in to comment.