Add trufflehog scanner for npm package before publish - #1622
Open
fisehara wants to merge 2 commits into
Open
Conversation
fisehara
force-pushed
the
fisehara/scan-npm-pack-with-trufflehog
branch
from
November 14, 2025 09:20
cad5b8a to
63db736
Compare
Contributor
|
Website deployed to CF Pages, 👀 preview link https://1285640e.flowzone.pages.dev |
fisehara
force-pushed
the
fisehara/scan-npm-pack-with-trufflehog
branch
from
November 14, 2025 09:53
63db736 to
7452ee7
Compare
fisehara
force-pushed
the
fisehara/scan-npm-pack-with-trufflehog
branch
from
November 14, 2025 10:56
7452ee7 to
cb9379e
Compare
fisehara
force-pushed
the
fisehara/scan-npm-pack-with-trufflehog
branch
from
November 14, 2025 12:30
40d7e11 to
cabe805
Compare
klutchell
reviewed
Nov 14, 2025
|
|
||
| env: | ||
| # renovate: datasource=github-releases depName=trufflesecurity/trufflehog | ||
| TRUFFLEHOG_VERSION: "3.91.0" |
Contributor
There was a problem hiding this comment.
Move these envs from the job to the step, as we shouldn't use global envs unless required for multiple steps.
docker image https://balena.fibery.io/Work/Project/Scan-flowzone-build-artefacts-for-leaked-secrets-1856 Change-type: minor Signed-off-by: fisehara <harald@balena.io>
fisehara
force-pushed
the
fisehara/scan-npm-pack-with-trufflehog
branch
from
November 20, 2025 08:57
cabe805 to
67e7c41
Compare
https://balena.fibery.io/Work/Project/Scan-flowzone-build-artefacts-for-leaked-secrets-1856 Change-type: minor Signed-off-by: fisehara <harald@balena.io>
fisehara
force-pushed
the
fisehara/scan-npm-pack-with-trufflehog
branch
from
November 20, 2025 08:59
67e7c41 to
8f9626e
Compare
klutchell
reviewed
Dec 1, 2025
klutchell
left a comment
Contributor
There was a problem hiding this comment.
Do we know how to exclude npm test fixture directories to avoid the issues we saw with the docker scanning?
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.
https://balena.fibery.io/Work/Project/Scan-flowzone-build-artefacts-for-leaked-secrets-1856
Change-type: minor