Skip to content

Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.17.0 in /examples/custom #274

Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.17.0 in /examples/custom

Bump golang.org/x/net from 0.0.0-20220425223048-2871e0cb64e4 to 0.17.0 in /examples/custom #274

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@8ca2b8b2ece13480cda6dacd3511b49857a23c09 # tag:v2.5.1
with:
egress-policy: audit
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 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