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
The option Input.IgnoreObjectSource is not working correcting with the following options:
input:
# By default, objects read from file using inputPath will be skipped if the file path has been ignored.# When set to true, additionally objects with a source path that has been ignored will be skipped.ignoreObjectSource: true# By default, PSRule will process all files within an input path.ignoreUnchangedPath: truepathIgnore:
# Ignore other files in the repository.
- '**'# Include deployment files.
- '!deployments/**/*.bicepparam'
- '!deployments/**/main.bicep'
Expected behaviour
All files should be ignored except *.bicepparam and main.bicep files.
Description of the issue
The option
Input.IgnoreObjectSource
is not working correcting with the following options:Expected behaviour
All files should be ignored except
*.bicepparam
andmain.bicep
files.Module in use and version:
Additional context
Related to Azure/PSRule.Rules.Azure#2678
The text was updated successfully, but these errors were encountered: