Skip to content

Commit 5c5a897

Browse files
Fix placeholder text for Download URLs field to use correct purl-spec format (#1893)
Signed-off-by: Aryan-SINGH-GIT <[email protected]>
1 parent 2ad9b40 commit 5c5a897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scanpipe/forms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class InputsBaseForm(forms.Form):
7474
"placeholder": (
7575
"https://domain.com/archive.zip\n"
7676
"docker://docker-reference (e.g.: docker://postgres:13)\n"
77-
"pkg://type/name@version"
77+
"pkg:type/name@version (e.g.: pkg:pypi/[email protected])"
7878
),
7979
},
8080
),

0 commit comments

Comments
 (0)