This action verifies that the templates in the repo do not contain too many IP groups.
Optional File prefix for the ARM templates to be analyzed. Default "ipgroups"
.
Optional File extension for the ARM templates to be analyzed. Default "bicep"
.
Optional Maximum number of IP groups allowed. Default "80"
.
uses: ./.github/actions/ipgroups_max
with:
file_prefix: 'ipgroups'
file_extension: 'bicep'
max_ip_groups: '80'