feat(terraform): add CKV_AWS_375, CKV_AWS_376, CKV_AWS_377 to add three new SageMaker checks #5158
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: PR Title | |
on: | |
pull_request: | |
branches: | |
- main | |
types: [opened, edited, reopened, synchronize] | |
permissions: | |
contents: read | |
jobs: | |
validate: | |
runs-on: [self-hosted, public, linux, x64] | |
permissions: | |
contents: write | |
steps: | |
- uses: thehanimo/pr-title-checker@5652588c80c479af803eabfbdb5a3895a77c1388 # v1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
configuration_path: ".github/pr-title-checker-config.json" |