We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcc125c commit 8da669eCopy full SHA for 8da669e
1 file changed
scripts/validate_advisories.py
@@ -50,7 +50,9 @@ def has_database_specific_warnings(vuln: osv.Vulnerability) -> bool:
50
51
if has_database_specific_warnings(data):
52
if 'CI' in os.environ:
53
- print(f'::warning file={advisory_filepath}::has warnings')
+ print(
54
+ f'::warning file={advisory_filepath},line=1::has warnings that should be reviewed and patched if possible'
55
+ )
56
print(f'⚠️ {advisory_filepath} is valid with warnings')
57
elif report_valid:
58
print(f'✅ {advisory_filepath} is valid')
0 commit comments