rspec/rules/S6382/terraform/highlighting.adoc
Jamie Anderson 5c10d8b93c
Modify rule S6382: Add language AzureResourceManager (Bicep) (#1921)
Specification ticket:
https://sonarsource.atlassian.net/browse/SONARIAC-762
Implementation ticket: TBC

This PR builds on top of #1920 to add examples using the Bicep language.

---------

Co-authored-by: Rudy Regazzoni <110470341+rudy-regazzoni-sonarsource@users.noreply.github.com>
2023-08-03 16:52:32 +02:00

7 lines
297 B
Plaintext

=== Highlighting
* If one (out of one) assignment is missing: Highlight the resource
* If an assignment is security-sensitive: Highlight the assignment
* For `linux_web_app` and `windows_web_app`:
** If both assignments are present and security-sensitive: Highlight `client_cert_enabled = false`