Open
Description
Hello!
Judging by what I see in the documentation, at the moment the Digger only works with Github Actions.
Is it possible to launch CLI from other CI/CD systems? For example, in TeamCity or Gitlab CI?
In my opinion, the workflow is quite simple:
- we launch your application with certain settings
- which in turn (I could be wrong here) launches Terraform\OpenTofu\Terragrunt
- puts the result in the Github comments.
Considering that CI/CD systems can launch builds themselves based on events (push, PR, etc.), a backend should not be needed for this.
Thanks for your product!