GitHub

To use the GitHub action, you can copy the code listed below. This will trigger a submit for review action on the Gomboc CLI for every pull request.


name: Gomboc.AI Terraform

permissions:
  id-token: write
  contents: read

on:
  pull_request:

jobs:
  gomboc:
    runs-on: ubuntu-latest
    steps:
      - name: Gomboc.AI - Terraform Remediate
        uses: Gomboc-AI/actions/terraform/remediate@main

Last updated