chore(deps): bump jsonpath-plus and serverless-offline in /apps/start-stop-ec2-instances #45
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 Comment | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
tf-fmt-check: | |
name: Tfsec PR Comment | |
if: github.event_name != 'pull_request' || !github.event.pull_request.draft | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
pull-requests: write | |
steps: | |
- name: Begin CI... | |
uses: actions/checkout@v3 | |
- name: Run tfsec | |
uses: aquasecurity/[email protected] | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} |