Skip to content

refactor: update actions versions #13

refactor: update actions versions

refactor: update actions versions #13

Workflow file for this run

name: Terraform Security Check
on:
push:
branches: [ main ]
paths-ignore:
- 'README.md'
- 'LICENSE'
- '.github/PULL_REQUEST_TEMPLATE.md'
- 'CONTRIBUTION.md'
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
verify:
name: Lint and analyse code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: hashicorp/setup-terraform@v3
with:
terraform_version: ~> 1.4.5
- name: Lint Terraform code
run: terraform fmt -check=true -diff=true
- name: Scan Terraform code
uses: aquasecurity/[email protected]