You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scanpipe/migrations/0074_discovered_license_models.py
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,13 @@ class Migration(migrations.Migration):
95
95
verbose_name="Detection Locations",
96
96
),
97
97
),
98
+
(
99
+
"is_license_clue",
100
+
models.BooleanField(
101
+
default=False,
102
+
help_text='True if this is not a proper license detection which should be considered in the license_expression for the parent resource/package. A license match is considered as a clue if it could be a possiblefalse positives or the matched rule is tagged as a clue explicitly.',
0 commit comments