Skip to content

New Technique: Access Virtual Machine using Bastion shareable link #581

New Technique: Access Virtual Machine using Bastion shareable link

New Technique: Access Virtual Machine using Bastion shareable link #581

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@d632683dd7b4114ad314bca15554477dd762a938 # tag:v2.5.0
with:
fetch-depth: 1
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
- name: Lint Terraform
run: terraform fmt -recursive -check
working-directory: v2/internal/attacktechniques