Skip to content

build(deps): bump terraform-linters/setup-tflint from 3 to 6 #32

build(deps): bump terraform-linters/setup-tflint from 3 to 6

build(deps): bump terraform-linters/setup-tflint from 3 to 6 #32

Workflow file for this run

name: Trivy
on:
push:
pull_request:
jobs:
tflint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout source code
- name: Trivy
uses: aquasecurity/trivy-action@master
with:
scan-type: "config"
hide-progress: true
exit-code: "1"