is it possible to pass arguments to my policy pack...
# aws
a
is it possible to pass arguments to my policy pack when testing locally with preview --policy-pack ?
f
yes, you should be able to use the following:
Copy code
--policy-pack-config strings   

Path to JSON file containing the config for the policy pack of the corresponding "--policy-pack" flag
👍 1