Skip to content

Commit 6292cac

Browse files
committed
Add link to build modes docs
1 parent d43762c commit 6292cac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/ql/src/Telemetry/DatabaseQualityDiagnostics.ql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ class DbQualityDiagnostic extends TDbQualityDiagnostic {
2525
"There were significant issues scanning Java code. " +
2626
"This may be caused by problems identifying dependencies or use of generated source code, among other reasons -- "
2727
+ "see other CodeQL diagnostics reported on the CodeQL status page for more details of possible causes. " +
28-
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java using either the `autobuild` or `manual` build modes."
28+
"Addressing these warnings is advisable to avoid false-positive or missing results. If not, consider scanning Java " +
29+
"using either the `autobuild` or `manual` [build modes](https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages#comparison-of-the-build-modes)."
2930
}
3031
}
3132

0 commit comments

Comments
 (0)