Skip to content

Add STRATUS_RED_TEAM_ATTACKER_EMAIL env to gcp.exfiltration.share-compute-disk #216

Add STRATUS_RED_TEAM_ATTACKER_EMAIL env to gcp.exfiltration.share-compute-disk

Add STRATUS_RED_TEAM_ATTACKER_EMAIL env to gcp.exfiltration.share-compute-disk #216

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@55d479fb1c5bcad5a4f9099a5d9f37c8857b2845 # tag:v2.4.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