Skip to content

Commit 5086f1b

Browse files
authored
Merge pull request #861 from DataDog/julien/add-bash
Add bash support for default rules
2 parents fa0e948 + 3a3091b commit 5086f1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/cli/src/datadog_utils.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const STAGING_DATADOG_BASENAME: &str = "https://api.datad0g.com";
3030
const DEFAULT_DATADOG_BASENAME: &str = "https://api.datadoghq.com";
3131

3232
const DEFAULT_RULESETS_LANGUAGES: &[&str] = &[
33+
"BASH",
3334
"CSHARP",
3435
"DOCKERFILE",
3536
"GO",

0 commit comments

Comments
 (0)