https://pulumi.com logo
Title
q

quaint-salesclerk-22166

11/23/2022, 8:30 AM
Hey! I use a Golang CLI to deploy snowflake resources with Pulumi (inline program). I would like to scan my IaC code with a tool like kics.io but as I am using the inline program mode I don't have the
Pulumi.yaml
file which is the file kics.io scans. Can I generate a
Pulumi.yaml
from my code?
e

echoing-dinner-19531

11/23/2022, 11:01 AM
Ask for the WorkDir() of the inline program (probably will be a folder in /temp), there will be a "Pulumi.yaml" in there
q

quaint-salesclerk-22166

11/23/2022, 11:47 AM
oh nice! I will give it a try! thanks!
Thanks, ti was there!