Skip to content

Commit

Permalink
deploy: 1a8fbb3
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite committed Nov 29, 2023
1 parent 076c57c commit 1442524
Show file tree
Hide file tree
Showing 14 changed files with 8,050 additions and 8,050 deletions.
Binary file modified __pycache__/hooks.cpython-311.pyc
Binary file not shown.
4 changes: 2 additions & 2 deletions customization/enforce-codeowners/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12732,7 +12732,7 @@ <h1 id="enforcing-code-ownership">Enforcing code ownership<a class="headerlink"
In these cases, it may be important that specific paths are used for Infrastructure as Code artifacts.</p>
<div class="admonition info">
<p class="admonition-title">Info</p>
<p>Code ownership is implemented through <a href="https://docs.github.com/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners">CODEOWNERS</a> in GitHub and <a href="https://docs.microsoft.com/azure/devops/repos/git/branch-policies?view=azure-devops#automatically-include-code-reviewers">required reviewers</a> in Azure Repos.</p>
<p>Code ownership is implemented through <a href="https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners">CODEOWNERS</a> in GitHub and <a href="https://learn.microsoft.com/azure/devops/repos/git/branch-policies#automatically-include-code-reviewers">required reviewers</a> in Azure Repos.</p>
</div>
<div class="admonition abstract">
<p class="admonition-title">Abstract</p>
Expand Down Expand Up @@ -12806,7 +12806,7 @@ <h2 id="sample-code">Sample code<a class="headerlink" href="#sample-code" title=
<small>

Last update:
2023-08-20
2023-11-29

</small>
</div>
Expand Down
2 changes: 1 addition & 1 deletion customization/enforce-custom-tags/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12913,7 +12913,7 @@ <h2 id="sample-code">Sample code<a class="headerlink" href="#sample-code" title=
<small>

Last update:
2023-07-11
2023-11-29

</small>
</div>
Expand Down
6 changes: 3 additions & 3 deletions customization/storing-custom-rules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12685,7 +12685,7 @@


<h1 id="storing-custom-rules">Storing custom rules<a class="headerlink" href="#storing-custom-rules" title="Permanent link">#</a></h1>
<p>PSRule for Azure covers common use cases that align to the <a href="https://docs.microsoft.com/en-gb/azure/architecture/framework/">Microsoft Azure Well-Architected Framework (WAF)</a>.
<p>PSRule for Azure covers common use cases that align to the <a href="https://learn.microsoft.com/azure/well-architected/">Microsoft Azure Well-Architected Framework (WAF)</a>.
In addition to WAF alignment you may have a requirement to enforce organization specific rules.</p>
<p>For example:</p>
<ul>
Expand All @@ -12700,7 +12700,7 @@ <h2 id="using-a-standard-file-path">Using a standard file path<a class="headerli
To reuse rules across multiple projects consider packaging these as a module.</p>
<p>The instructions for packaging rules in a module can be found here:</p>
<ul>
<li><a href="https://github.com/microsoft/PSRule/blob/main/docs/scenarios/rule-module/rule-module.md">Packaging rules in a module</a></li>
<li><a href="https://microsoft.github.io/PSRule/stable/authoring/packaging-rules/">Packaging rules in a module</a></li>
</ul>
<p>To store standalone rules we recommend that you:</p>
<ul>
Expand Down Expand Up @@ -12743,7 +12743,7 @@ <h2 id="naming-rules">Naming rules<a class="headerlink" href="#naming-rules" tit
<small>

Last update:
2021-11-20
2023-11-29

</small>
</div>
Expand Down
4 changes: 2 additions & 2 deletions en/mcsb-v1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12715,7 +12715,7 @@ <h1 id="microsoft-cloud-security-benchmark">Microsoft cloud security benchmark<a
workloads on Azure and your multi-cloud environment.
Controls from the MCSB are also mapped to industry frameworks, such as CIS, PCI-DSS, and NIST.</p>
<p>If you are new to MCSB or are looking for guidance on how to use it,
please see the <a href="https://docs.microsoft.com/security/benchmark/azure/introduction">Introduction to the Microsoft cloud security benchmark</a>.</p>
please see the <a href="https://learn.microsoft.com/security/benchmark/azure/introduction">Introduction to the Microsoft cloud security benchmark</a>.</p>
<h2 id="microsoft-cloud-security-benchmark-v1">Microsoft cloud security benchmark v1<a class="headerlink" href="#microsoft-cloud-security-benchmark-v1" title="Permanent link">#</a></h2>
<p>Is the latest version of the MCSB.
Rules included within PSRule for Azure have been mapped to <a href="https://learn.microsoft.com/security/benchmark/azure/overview">v1</a> so that you are able to understand the impact of the rules.
Expand Down Expand Up @@ -12765,7 +12765,7 @@ <h2 id="recommended-content">Recommended content<a class="headerlink" href="#rec
<small>

Last update:
2023-02-22
2023-11-29

</small>
</div>
Expand Down
8 changes: 4 additions & 4 deletions en/rules/Azure.ACR.ContainerScan/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12905,9 +12905,9 @@ <h2 id="notes">Notes<a class="headerlink" href="#notes" title="Permanent link">#
<h2 id="links">Links<a class="headerlink" href="#links" title="Permanent link">#</a></h2>
<ul>
<li><a href="https://learn.microsoft.com/azure/architecture/framework/security/monitor-resources#containers">Monitor Azure resources in Microsoft Defender for Cloud</a></li>
<li><a href="https://docs.microsoft.com/azure/defender-for-cloud/defender-for-container-registries-introduction">Introduction to Microsoft Defender for container registries</a></li>
<li><a href="https://docs.microsoft.com/azure/defender-for-cloud/container-security">Container security in Microsoft Defender for Cloud</a></li>
<li><a href="https://docs.microsoft.com/azure/aks/operator-best-practices-container-image-management#secure-the-images-and-run-time">Secure the images and run time</a></li>
<li><a href="https://learn.microsoft.com/azure/defender-for-cloud/defender-for-container-registries-introduction">Introduction to Microsoft Defender for container registries</a></li>
<li><a href="https://learn.microsoft.com/azure/defender-for-cloud/defender-for-containers-introduction">Container security in Microsoft Defender for Cloud</a></li>
<li><a href="https://learn.microsoft.com/azure/aks/operator-best-practices-container-image-management#secure-the-images-and-run-time">Secure the images and run time</a></li>
</ul>

<!-- Last update of source file -->
Expand All @@ -12918,7 +12918,7 @@ <h2 id="links">Links<a class="headerlink" href="#links" title="Permanent link">#
<small>

Last update:
2022-10-17
2023-11-29

</small>
</div>
Expand Down
Loading

0 comments on commit 1442524

Please sign in to comment.