ResourceModules icon indicating copy to clipboard operation
ResourceModules copied to clipboard

[Feature Request]: Implement secure deployment tests so that they are included in the ReadMes

Open AlexanderSehr opened this issue 3 years ago • 2 comments

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.

AlexanderSehr avatar Nov 13 '22 18:11 AlexanderSehr

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.

MariusStorhaug avatar Feb 09 '23 10:02 MariusStorhaug

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

AlexanderSehr avatar Aug 07 '23 15:08 AlexanderSehr