Skip to content

Commit ba8bd7b

Browse files
fbriconrgrunber
authored andcommitted
Make redhat.fabric8-analytics recommendation more compelling
Signed-off-by: Fred Bricon <[email protected]>
1 parent 01c1612 commit ba8bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/recommendation/dependencyAnalytics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { IHandler } from "./handler";
77

88
const EXTENSION_NAME = "redhat.fabric8-analytics";
99
const GH_ORG_URL = `https://github.com/fabric8-analytics`;
10-
const RECOMMENDATION_MESSAGE = `[Dependency Analytics](${GH_ORG_URL}) extension is recommended to get security insights about pom.xml.`;
10+
const RECOMMENDATION_MESSAGE = `Do you want to install the [Dependency Analytics](${GH_ORG_URL}) extension to stay informed about vulnerable dependencies in pom.xml files?`;
1111

1212
function isPomDotXml(uri: vscode.Uri) {
1313
return !!uri.path && uri.path.toLowerCase().endsWith("pom.xml");

0 commit comments

Comments
 (0)