Skip to content

Commit

Permalink
Add new flag for approximate file matches in scanpipe.pipes.flag (#1239)
Browse files Browse the repository at this point in the history
Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang authored May 17, 2024
1 parent 22ae8af commit 47bfef4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scanpipe/pipes/flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
MATCHED_TO_PURLDB_PACKAGE = "matched-to-purldb-package"
MATCHED_TO_PURLDB_RESOURCE = "matched-to-purldb-resource"
MATCHED_TO_PURLDB_DIRECTORY = "matched-to-purldb-directory"
APPROXIMATE_MATCHED_TO_PURLDB_RESOURCE = "approximate-matched-to-purldb-resource"
TOO_MANY_MAPS = "too-many-maps"
NO_JAVA_SOURCE = "no-java-source"
NPM_PACKAGE_LOOKUP = "npm-package-lookup"
Expand Down

0 comments on commit 47bfef4

Please sign in to comment.