Skip to content

Bump jinja2 from 3.1.2 to 3.1.3 in /tools/dac #38

Bump jinja2 from 3.1.2 to 3.1.3 in /tools/dac

Bump jinja2 from 3.1.2 to 3.1.3 in /tools/dac #38

Workflow file for this run

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 == false
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 }}
soft_fail: true