We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
old syntax
git-secrets set secret <secretKey> --value <plainValue>: INSECURE: Uses the value directly from the --value parameter
new syntax
git-secrets set secret <secretKey> <secretValue>
The text was updated successfully, but these errors were encountered:
(fix) #22 adds missing --value flag to set secret cmd
230d9c8
Merge pull request #23 from benammann/gs-22-fix-set-secret-cmd
918357e
benammann
No branches or pull requests
old syntax
new syntax
The text was updated successfully, but these errors were encountered: