-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
607eb18
commit 66abf29
Showing
33 changed files
with
606 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,6 +103,7 @@ | |
"REDISCACHE", | ||
"REDISENTERPRISECACHE", | ||
"runbook", | ||
"Sarif", | ||
"SBOM", | ||
"SIEM", | ||
"SKUs", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,7 +144,7 @@ See [working with baselines][8] for more information. | |
uses: microsoft/[email protected] | ||
with: | ||
modules: 'PSRule.Rules.Azure' | ||
baseline: Azure.GA_2022_12 | ||
baseline: Azure.GA_2023_09 | ||
``` | ||
|
||
=== "Azure Pipelines" | ||
|
@@ -155,7 +155,7 @@ See [working with baselines][8] for more information. | |
displayName: Analyze Azure template files | ||
inputs: | ||
modules: 'PSRule.Rules.Azure' | ||
baseline: Azure.GA_2022_12 | ||
baseline: Azure.GA_2023_09 | ||
``` | ||
|
||
=== "Generic with PowerShell" | ||
|
@@ -164,7 +164,7 @@ See [working with baselines][8] for more information. | |
# Analyze Azure resources using PSRule for Azure | ||
$modules = @('PSRule.Rules.Azure') | ||
Install-Module -Name $modules -Scope CurrentUser -Force -ErrorAction Stop; | ||
Assert-PSRule -InputPath '.' -Baseline 'Azure.GA_2022_12' -Module $modules -Format File -ErrorAction Stop; | ||
Assert-PSRule -InputPath '.' -Baseline 'Azure.GA_2023_09' -Module $modules -Format File -ErrorAction Stop; | ||
``` | ||
|
||
### Continue on error | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.