Add suppression of warning for MS policy by JamesWTruher · Pull Request #1205 · PowerShell/PSScriptAnalyzer

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@JamesWTruher

Copy link

Contributor

Because we are using a direct invocation of ConvertTo-SecureString it triggers a warning by MS tools that secrets are not allowed to be checked in to our repository. This suppresses this warning.

PR Summary

PR Checklist

Because we are using a direct invocation of ConvertTo-SecureString it triggers a warning by MS tools that secrets are not allowed to be checked in to our repository. This suppresses this warning.

@JamesWTruher JamesWTruher self-assigned this

Apr 2, 2019

@JamesWTruher JamesWTruher merged commit c7e9e5c into PowerShell:development

Apr 2, 2019

@JamesWTruher JamesWTruher deleted the suppressWarning001 branch

April 2, 2019 22:26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

1 more reviewer

@TravisEz13 TravisEz13 TravisEz13 approved these changes

Reviewers whose approvals may not affect merge requirements

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@JamesWTruher @TravisEz13