Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/-.txt

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/bandit.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/powershell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ jobs:
- name: Run PSScriptAnalyzer
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f
with:
# Check https://github.com/microsoft/action-psscriptanalyzer for more info about the options.
# The below set up runs PSScriptAnalyzer to your entire repository and runs some basic security rules.
path: .\
path: .
recurse: true
# Include your own basic security rules. Removing this option will run all the rules
includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText"'
includeRule: '"PSAvoidGlobalAliases", "PSAvoidUsingConvertToSecureStringWithPlainText", "PSAvoidUsingComputerNameHardcoded", "PSUseDeclaredVarsMoreThanAssignments", "PSAvoidUsingCmdletAliases", "PSUseShouldProcessForStateChangingFunctions", "PSAvoidUsingPositionalParameters", "PSUseOutputTypeCorrectly"'
output: results.sarif

# Upload the SARIF file generated in the previous step
Expand Down
Loading