You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 15, 2025. It is now read-only.
As we draft the Azure rules, we need to think of the following high level properties:
tags
hints
targets
classification
A classification has the following properties:
title
description
effort
quickfix
links
To draft a rule, we may need to use high-level logic decision tree, such as:
when(app has postgres) and (app is spring)
perform()
hint(configure app to connect to postgresql with passwordless using spring data)
link(<url to azure spring postgres tutorial>)
otherwise()
perform()
hint(configure app to connect to postgresql with passwordless using jdbc)
link(<url to generic jdbc postgres tutorial>)