Skip to content

Commit

Permalink
chore: exclude pulumi from workflow-runner images (#6658)
Browse files Browse the repository at this point in the history
chore: exclude pulumi form workflow-runner images

Addresses GHSA-xr7q-jx4m-x55m - google.golang.org/grpc vulnerability.
  • Loading branch information
vvagaytsev authored Nov 20, 2024
1 parent 3e680e0 commit 9ee8bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/pulumi/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const pulumiCliSpecs: PluginToolSpec[] = [
name: getPulumiToolName(PULUMI_SEM_VER_3_122_0),
description: getPulumiToolDescription(PULUMI_SEM_VER_3_122_0),
type: "binary",
_includeInGardenImage: true,
_includeInGardenImage: false,
builds: [
{
platform: "darwin",
Expand Down

0 comments on commit 9ee8bbd

Please sign in to comment.