This action verifies that the templates in the repo do not contain too many IP groups.
Optional File prefixes (space-separated) for the ARM templates to be analyzed. Default "ipgroups rcg"
.
Optional File extension for the ARM templates to be analyzed. Default "bicep"
.
Optional Minimum CIDR prefix length allowed. Default "24"
.
Optional Directory where to look for files. Default "./"
.
uses: ./.github/actions/cidr_prefix_length
with:
file_prefix: 'ipgroups rcg'
file_extension: 'json'
min_cidr_length: '24'
base_dir: './'