We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa0e948 + 3a3091b commit 5086f1bCopy full SHA for 5086f1b
1 file changed
crates/cli/src/datadog_utils.rs
@@ -30,6 +30,7 @@ const STAGING_DATADOG_BASENAME: &str = "https://api.datad0g.com";
30
const DEFAULT_DATADOG_BASENAME: &str = "https://api.datadoghq.com";
31
32
const DEFAULT_RULESETS_LANGUAGES: &[&str] = &[
33
+ "BASH",
34
"CSHARP",
35
"DOCKERFILE",
36
"GO",
0 commit comments