-
Notifications
You must be signed in to change notification settings - Fork 0
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
Reusable Trufflehog Workflow #54
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR.
- Can you please make sure the YAMLlint passes?
- Please rename the workflow to
template_secret_scan.yml
to keep the naming consistent. - Please add a comment on what this workflow is intended to do
- Please add a link to the PR to some code where you're using this workflow
Thanks!
"I have read the CLA Document and I hereby sign the CLA" |
"I have read the CLA Document and I hereby sign the CLA"
This workflow aims to automate repository secret scanning via Trufflehog. Here you can find an example, where the reusable secret scan is being used. |
Co-authored-by: Tim Dittler <93928360+timdittler@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution. 🙏 Really appreciated! 😄
A general question for me: How is this different from GitHub Secret Scanning?
|
Co-authored-by: Falk Puschner <falk.puschner@arcor.de>
Co-authored-by: Falk Puschner <falk.puschner@arcor.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Falk, ich hoffe ich habe alles angepasst und nichts übersehen. Sag gern Bescheid, falls doch.
@@ -165,6 +165,21 @@ jobs: | |||
# optional: version to be associated with the release | |||
version: X.Y.Z | |||
``` | |||
</details> | |||
|
|||
### Secret Scanning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😆
### Secret Scanning | |
### Secret Scanning |
Type of Change
Description
Checklist