Skip to content

Bump step-security/harden-runner from 2.8.1 to 2.10.1 #558

Bump step-security/harden-runner from 2.8.1 to 2.10.1

Bump step-security/harden-runner from 2.8.1 to 2.10.1 #558

Workflow file for this run

name: "terraform lint"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: "Terraform lint"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # tag:v2.10.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag:v2.5.0
with:
fetch-depth: 1
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8
- name: Lint Terraform
run: terraform fmt -recursive -check
working-directory: v2/internal/attacktechniques