Update tags, add isolation features, new UC data sources, CMK for UC, cluster update, and other bug fixes #82
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: tfsec-pr-commenter | |
on: | |
pull_request: | |
jobs: | |
tfsec: | |
name: tfsec PR commenter | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Clone repo | |
uses: actions/checkout@main | |
- name: tfsec | |
uses: aquasecurity/[email protected] | |
with: | |
github_token: ${{ github.token }} |