X Tutup
The Wayback Machine - https://web.archive.org/web/20200918094859/https://github.com/PowerShell/PSScriptAnalyzer/pull/1205
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suppression of warning for MS policy #1205

Merged

Conversation

@JamesWTruher
Copy link
Member

JamesWTruher commented Apr 2, 2019

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 requested a review from TravisEz13 Apr 2, 2019
@JamesWTruher JamesWTruher merged commit c7e9e5c into PowerShell:development Apr 2, 2019
2 checks passed
2 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
license/cla All CLA requirements met.
@JamesWTruher JamesWTruher deleted the JamesWTruher:suppressWarning001 branch Apr 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup