Skip to content

Commit 8679ddc

Browse files
committed
change migration file and update ScoreCode version
Signed-off-by: 404-geek <[email protected]>
1 parent c6b9832 commit 8679ddc

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

scanpipe/migrations/0070_alter_project_purl_discoveredpackagescore_and_more.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ class Migration(migrations.Migration):
1212
]
1313

1414
operations = [
15-
migrations.AlterField(
16-
model_name='project',
17-
name='purl',
18-
field=models.CharField(blank=True, help_text="Package URL (PURL) for the project, required for pushing the project's scan result to FederatedCode. For example, if the input is an input URL like https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz, the corresponding PURL would be pkg:npm/[email protected].", max_length=2048),
19-
),
2015
migrations.CreateModel(
2116
name='DiscoveredPackageScore',
2217
fields=[

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ install_requires =
9999
# MatchCode-toolkit
100100
matchcode-toolkit==7.0.0
101101
# ScoreCode
102-
scorecode==0.0.2
102+
scorecode==0.0.3
103103
# Univers
104104
univers==30.12.1
105105
# Markdown

0 commit comments

Comments
 (0)