Skip to content

Commit

Permalink
tool(conftest): exclude conftest from Docker images (#6248)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvagaytsev authored Jul 3, 2024
1 parent 88844a1 commit c04e92c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/conftest/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const conftestSpec: PluginToolSpec = {
version: conftestVersion,
description: `A rego-based configuration validator, v${conftestVersion}`,
type: "binary",
_includeInGardenImage: false,
builds: [
{
platform: "darwin",
Expand Down

0 comments on commit c04e92c

Please sign in to comment.