Skip to content

Commit

Permalink
added drift detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Morgan committed Oct 17, 2024
1 parent 778bcc9 commit 9114039
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/drift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: 'Drift Detection'

on:
schedule:
- cron: '*/5 * * * *'
jobs:
detect_drift:
uses: ./.github/workflows/terraform.yml
permissions:
contents: read
id-token: write
pull-requests: write
1 change: 1 addition & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches: [ 'main' ]
pull_request:
workflow_call:

permissions:
contents: read
Expand Down

0 comments on commit 9114039

Please sign in to comment.