You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few of our bicep templates and modules have copies of AVM modules stored next to them in source control (for various reasons) and we don't want the template analyzer to scan this code since we're not going to fix any issues that it finds with them. It would be great if we could have another parameter like exclude-directory or something so we can ignore those child folders when we want to analyze multiple bicep files in the same parent fodler without needing to run the tool multiple times.
Additional context
We're using the Azure DevOps security task to run the tool so we can configure and run multiple tools using a config file without needing to have a step to run each one individually.