Skip to content

fix(deps): update module dagger.io/dagger to v0.21.3 #145

fix(deps): update module dagger.io/dagger to v0.21.3

fix(deps): update module dagger.io/dagger to v0.21.3 #145

Workflow file for this run

---
name: Terraform
on:
workflow_dispatch:
push:
branches:
- 'feature/**'
- 'feat/**'
- 'fix/**'
- 'renovate/**'
pull_request:
types: [opened, reopened]
jobs:
validate-terraform:
# if: github.event.ref == 'refs/heads/main'
name: Valdiate
uses: stuttgart-things/github-workflow-templates/.github/workflows/call-validate-terraform.yaml@main
with:
environment-name: k8s
runs-on: ghr-vault-base-setup-in-cluster
terraform-version: 1.10.5
tflint-version: v0.55.1
continue-error: false
terraform-docs:
name: Docs
uses: stuttgart-things/github-workflow-templates/.github/workflows/call-terraform-docs.yaml@main
with:
environment-name: k8s
runs-on: ghr-vault-base-setup-in-cluster
continue-error: false
terraform-security:
name: Security
uses: stuttgart-things/github-workflow-templates/.github/workflows/call-terraform-security.yaml@main
with:
environment-name: k8s
runs-on: ghr-vault-base-setup-in-cluster
severity: HIGH,CRITICAL
continue-error: false
terraform-test:
name: Test
needs: validate-terraform
uses: stuttgart-things/github-workflow-templates/.github/workflows/call-terraform-test.yaml@main
with:
environment-name: k8s
runs-on: ghr-vault-base-setup-in-cluster
terraform-version: 1.10.5
continue-error: false