Azure / reliable-web-app-pattern-java

The reliable web app pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for Java.
https://aka.ms/eap/rwa/java/doc
MIT License
54 stars 35 forks source link

Create bicep-audit for security best practice validation #201

Closed tonybaloney closed 5 months ago

tonybaloney commented 5 months ago

This PR adds an extra workflow that is either triggered manually or whenever anyone changes the files in infra/

It scans the templates against the best practice rule list, primarily for security and adds the results to the GitHub Security tab. Exceptions can be fixed or dismissed with reasons.