feat: Changes to Connect to AWS S3 and KMS using IAM role for EKS service account #523
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: tfsec-pr-commenter | |
on: | |
pull_request: | |
jobs: | |
tfsec: | |
name: tfsec PR commenter | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repo | |
uses: actions/checkout@master | |
- name: tfsec | |
uses: aquasecurity/tfsec-pr-commenter-action@main | |
with: | |
github_token: ${{ github.token }} |