Skip to content

Commit 2f888fb

Browse files
committed
update message
1 parent 1d714bf commit 2f888fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cli/src/datadog_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ where
240240
}
241241

242242
pub(crate) fn print_permission_warning(header: &str) {
243-
eprintln!("[{header}] Error when connecting to Datadog services, make sure your DD_API_KEY, DD_APP_KEY and DD_SITE variables are correct")
243+
eprintln!("[{header}] Error when connecting to Datadog services, make sure your DD_API_KEY, DD_APP_KEY and DD_SITE variables are correct. See https://docs.datadoghq.com/security/code_security/static_analysis/generic_ci_providers/ for more information.")
244244
}
245245

246246
// get rules from one ruleset at datadog

0 commit comments

Comments
 (0)