From bc1ce46a71c6cd32fd5c6df21444d0a6dc2fff2a Mon Sep 17 00:00:00 2001 From: Frank Geisler Date: Sun, 24 Nov 2024 21:40:59 +0100 Subject: [PATCH] Changed the Code Quality Rules to All rules --- .github/workflows/powershell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index c6249a6..67cf6ce 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -39,7 +39,7 @@ jobs: path: ./powerrti/ recurse: true # Include your own basic security rules. Removing this option will run all the rules - includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"' + # includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"' output: results.sarif # Upload the SARIF file generated in the previous step