Skip to content

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /v2 (#422) #288

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /v2 (#422)

Bump golang.org/x/net from 0.7.0 to 0.17.0 in /v2 (#422) #288

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@1b05615854632b887b69ae1be8cbefe72d3ae423 # tag:v2.6.0
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag:v2.5.0
with:
fetch-depth: 1
- uses: hashicorp/setup-terraform@633666f66e0061ca3b725c73b2ec20cd13a8fdd1 # tag:v2
- name: Lint Terraform
run: terraform fmt -recursive -check
working-directory: v2/internal/attacktechniques