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
The secret-scanner will only partially work if $baseline-file dne.
$baseline-file
This creates a problem because it requires anyone using this action must:
Yelp/detect-secrets
Do:
The text was updated successfully, but these errors were encountered:
What do you think @jsoref ?
Sorry, something went wrong.
I talked to jsoref, we don't need to use any fancy tools for committing stuff, I can just use regular git tooling.
One thing I want to do, is handle the case where the push fails. It should:
GITHUB_STEP_SUMMARY
No branches or pull requests
The problem
The secret-scanner will only partially work if
$baseline-file
dne.This creates a problem because it requires anyone using this action must:
Yelp/detect-secrets
isYelp/detect-secrets
installedYelp/detect-secrets
to create and audit a$baseline-file
.A proposed solution
Do:
$baseline-file
exists$baseline-file
with all potential secrets marked as OK and commit it.The text was updated successfully, but these errors were encountered: