chains-project/Dirty Waters Analysis

Analyze software supply chain issues in your dependencies

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Dec 22, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: chains-project/dirty-waters-action@30bc4ef96e9c59f85efb05affc2992353d65870b # v1.11.52

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
github_tokenGitHub tokenyes
project_repoProject repository path (as in GitHub)no${{ github.repository }}
version_oldRelease version to analyze - old if differential analysisno
version_newNew release version for differential analysisno
differential_analysisWhether to perform differential analysisnofalse
package_managerPackage manager used in the projectyes
name_matchCompare the package names with the name in the in the package.json file. This option will slow down the execution time due to the API rate limit of code searchnofalse
specified_smellsList of specified smells to analyze. Provide it as a space-separated list of smells (e.g., "--check-source-code --check-forks")no
debugEnable debug modenofalse
configPath to the configuration file, relative to the root of the projectno
gradual_reportEnable gradual report functionalitynotrue
fail_on_high_severityBreak CI if high severity issues are foundnotrue
x_to_failPercentage threshold for the number of high or medium severity issues to fail the CIno0
allow_pr_commentPost analysis results as a PR comment if CI breaksnotrue
comment_on_commitPost analysis results as a commit comment if CI breaksnofalse
github_event_beforeGitHub event before SHA, to retrieve the previous cache keyno${{ github.event.before }}
ignore_cacheIgnore the repository cache for this runnofalse

no outputs