We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See notifications posted to our Slack below:
Workfow:
name: Digger Drift Detection on: # workflow_dispatch: # schedule: ## 12am daily. # - cron: '0 0 * * *' push: branches: - drift permissions: contents: read id-token: write # for aws oidc jobs: detect-drift: runs-on: ubuntu-latest steps: - name: digger drift detection uses: diggerhq/digger@vLatest with: mode: drift-detection no-backend: true cache-dependencies: true setup-aws: true aws-role-to-assume: <my-role-arn> aws-region: eu-west-2 drift-detection-slack-notification-url: ${{ secrets.DRIFT_DETECTION_SLACK_NOTIFICATION }} setup-opentofu: true opentofu-version: v1.6.2 setup-terragrunt: true terragrunt-version: 0.66.3 env: GITHUB_CONTEXT: ${{ toJson(github) }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CC @motatoes
The text was updated successfully, but these errors were encountered:
Hi @noisyscanner thanks for reporting, looks like a bug in our cleanup functino that needs to be addressed
Sorry, something went wrong.
No branches or pull requests
See notifications posted to our Slack below:
Workfow:
CC @motatoes
The text was updated successfully, but these errors were encountered: