Skip to content

Commit

Permalink
Deploying to gh-pages from @ 92ea6b2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
petertrr committed Mar 21, 2024
1 parent 6da9348 commit 706bb28
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rules/S4507/azureresourcemanager-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2 id="_sensitive_code_example">Sensitive Code Example</h2>
<pre class="highlight"><code class="language-bicep" data-lang="bicep">resource templateDebug 'Microsoft.Resources/deployments@2019-05-01' = {
name: 'templateDebug'
properties: {
debugSetting: {
debugSetting: { // Noncompliant
detailLevel: 'RequestContent, ResponseContent'
}
}
Expand Down
2 changes: 1 addition & 1 deletion rules/S4507/default-description.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2 id="_sensitive_code_example">Sensitive Code Example</h2>
<pre class="highlight"><code class="language-bicep" data-lang="bicep">resource templateDebug 'Microsoft.Resources/deployments@2019-05-01' = {
name: 'templateDebug'
properties: {
debugSetting: {
debugSetting: { // Noncompliant
detailLevel: 'RequestContent, ResponseContent'
}
}
Expand Down
2 changes: 1 addition & 1 deletion rules/rule-index.json

Large diffs are not rendered by default.

0 comments on commit 706bb28

Please sign in to comment.