Skip to content

Commit

Permalink
Expand the list of modules we validate. (#155)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Moore <mattmoor@chainguard.dev>
  • Loading branch information
mattmoor committed Feb 21, 2024
1 parent 1a392ff commit 567eea1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
fail-fast: false
matrix:
module:
- audit-serviceaccount
- authorize-private-service
- cloudevent-broker
- cloudevent-trigger
Expand All @@ -22,6 +23,10 @@ jobs:
- dashboard/service
- dashboard/job
- dashboard/cloudevent-receiver
- prober
- cron
- configmap
- secret

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion modules/cron/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ module "audit-delivery-serviceaccount" {
# Note: Cloud Scheduler's usage doesn't show up in the
# audit logs.

# TODO(mattmoor): plumb through notification channels.
notification_channels = var.notification_channels
}

resource "google_cloud_run_v2_job_iam_binding" "authorize-calls" {
Expand Down
2 changes: 2 additions & 0 deletions modules/prober/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ module "this" {
}
}
}

notification_channels = var.notification_channels
}

data "google_cloud_run_v2_service" "this" {
Expand Down

0 comments on commit 567eea1

Please sign in to comment.