Hey! I use a Golang CLI to deploy snowflake resour...
# general
q
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
Ask for the WorkDir() of the inline program (probably will be a folder in /temp), there will be a "Pulumi.yaml" in there
q
oh nice! I will give it a try! thanks!
Thanks, ti was there!