Skip to content

Allow mounting secrets to prober server #1045

Allow mounting secrets to prober server

Allow mounting secrets to prober server #1045

Workflow file for this run

name: Validate, Lint and Test
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
lint-and-validate:
name: "Terraform fmt and validate"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
with:
egress-policy: audit
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8 # v3.1.1
- run: terraform fmt -check
- run: |
terraform init
terraform validate