Allow tags to be passed to all resources in the module, add ignore to IAM Policies, adds Encryption to S3, and Blocks Public Access #4
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: checks | |
on: | |
pull_request: | |
jobs: | |
pre-commit: | |
permissions: | |
contents: read | |
runs-on: ubuntu-latest | |
container: ksoc/terraform-toolkit:1.0.8 | |
steps: | |
- name: clone repo | |
uses: actions/checkout@v4 | |
- name: pre-commit checks | |
run: pre-commit-checks |