pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

Add Snyk policy example #1624

Open jkodroff opened 3 months ago

jkodroff commented 3 months ago

Made A Deliberate Choice (TM) to put this in the root directory instead of under policy-packs.

Joe and Luke's review is optional, since I know they are busy.

pulumi-staging[bot] commented 3 months ago

:tropical_drink: The Update for pulumi/k8s-ci-cluster/0fb933aabe27510488b11577549a7652284b9f20-1743 was successful.

Resource Changes

    Name                                                          Type                                        Operation
+   k8s-ci-cluster-0fb933aabe27510488b11577549a7652284b9f20-1743  pulumi:pulumi:Stack                         create
+   multicloud                                                    pulumi-kubernetes:ci:GkeCluster             create
+   password                                                      random:index/randomPassword:RandomPassword  create
+   ephemeral-ci-cluster                                          gcp:container/cluster:Cluster               create
+   primary-node-pool                                             gcp:container/nodePool:NodePool             create
+   gke                                                           pulumi:providers:kubernetes                 create
pulumi-staging[bot] commented 3 months ago

:tropical_drink: The Destroy for pulumi/k8s-ci-cluster/0fb933aabe27510488b11577549a7652284b9f20-1743 was successful.

Resource Changes

    Name                                                          Type                                        Operation
-   gke                                                           pulumi:providers:kubernetes                 delete
-   primary-node-pool                                             gcp:container/nodePool:NodePool             delete
-   ephemeral-ci-cluster                                          gcp:container/cluster:Cluster               delete
-   multicloud                                                    pulumi-kubernetes:ci:GkeCluster             delete
-   password                                                      random:index/randomPassword:RandomPassword  delete
-   k8s-ci-cluster-0fb933aabe27510488b11577549a7652284b9f20-1743  pulumi:pulumi:Stack                         delete
jkodroff commented 3 months ago

Putting this into draft as I'm likely going to pivot a bit to publish the policy in its own repo and consume it as an npm package.