Skip to content

Commit faa1953

Browse files
committed
Update PSScriptAnalyzer settings
1 parent 384f879 commit faa1953

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/PSScriptAnalyzerSettings.psd1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
'PSUseToExportFieldsInManifest',
44
'PSReviewUnusedParameter',
55
'PSUseDeclaredVarsMoreThanAssignments',
6-
'PSAvoidGlobalVars'
6+
'PSAvoidGlobalVars',
7+
'PSAvoidUsingConvertToSecureStringWithPlainText',
8+
'PSAvoidUsingUsernameAndPasswordParams'
79
)
810
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [1.2.1] - 2022-06-30
44
### Changed
55
- Updated `RequiredModules` for PScribo 0.10.0
6+
- Updated PSScriptAnalyzer settings
67

78
## [1.2.0] - 2022-02-11
89
### Added

0 commit comments

Comments
 (0)