Skip to content

Commit

Permalink
automated commit
Browse files Browse the repository at this point in the history
Signed-off-by: Public copy <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 9, 2024
1 parent 526cb1c commit 560f053
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion images/neuvector/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ locals {
"enforcer",
"manager",
"prometheus-exporter",
"scanner",
"updater",
])

Expand Down
5 changes: 1 addition & 4 deletions images/neuvector/tests/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ variable "digests" {
enforcer = string
manager = string
prometheus-exporter = string
scanner = string
updater = string
})
}
Expand Down Expand Up @@ -84,9 +83,7 @@ module "core" {
cve = {
scanner = {
image = {
registry = local.parsed["scanner"].registry
repository = local.parsed["scanner"].repo
hash = local.parsed["scanner"].digest
registry = "docker.io"
}
internal = {
certificate = {
Expand Down

0 comments on commit 560f053

Please sign in to comment.