feat: add qb-security workflow, remove mobsfscan and nuclei#41
Open
feat: add qb-security workflow, remove mobsfscan and nuclei#41
Conversation
Adds reusable QB Security workflow that scans for invisible Unicode characters (GlassWorm / Trojan Source supply chain attacks) using the new QuickBirdEng/actions/detect-invisible-unicode action. Removes the unused mobsfscan-json and nuclei-scan workflow definitions.
Jobs moved into standalone actions in the actions repo: - secret-scan (QuickBirdEng/actions/secret-scan) - trufflehog-scan (QuickBirdEng/actions/trufflehog-scan)
TruffleHog action now downloads its own binary and scans the local checkout, so neither secrets: inherit nor GITHUB_TOKEN is required in the calling workflow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Examples:
Summary
qb-security.ymlworkflow that scans source files for invisible Unicode characters used in supply chain attacks (GlassWorm, Trojan Source)mobsfscan-json.ymlandnuclei-scan.ymlworkflow definitionsTest plan
QB Securityfrom another repo's workflow and verify it runs the invisible Unicode scanmobsfscan-jsonandnuclei-scanare no longer available as reusable workflows