ResourceModules
ResourceModules copied to clipboard
[Feature Request]: Implement secure deployment tests so that they are included in the ReadMes
Description
Add an additional test file to each module (e.g., secure.test.bicep) that executes a test of the given module using as many of its security properties as possible.
This may include
- Encryption
- Private Endpoints
- Public Access & Firewalls
- AAD Authentication
- etc.
Why not just have the same format as we have now, but use a 'secure' folder instead? With this there is no framework/script change needed, just using what is already there.
Why not just have the same format as we have now, but use a 'secure' folder instead? With this there is no framework/script change needed, just using what is already there.
The issue is so old, that it didn't have this format yet