From de6e1b236495d9c8291fa2bd80cea4bec8bbc663 Mon Sep 17 00:00:00 2001 From: alteredCoder Date: Fri, 6 Oct 2023 14:37:01 +0200 Subject: [PATCH] update script comments --- .github/workflows/update_taxonomy.yaml | 1 + scripts/scenario_taxonomy.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/update_taxonomy.yaml b/.github/workflows/update_taxonomy.yaml index ef9e55bd956..9290ccd920c 100644 --- a/.github/workflows/update_taxonomy.yaml +++ b/.github/workflows/update_taxonomy.yaml @@ -7,6 +7,7 @@ on: - "scenarios/**.yml" - "scripts/**.py" - ".github/workflows/update_taxonomy.yaml" + - "scripts/.scenariosignore" jobs: update-taxonomy: diff --git a/scripts/scenario_taxonomy.py b/scripts/scenario_taxonomy.py index e52356080c6..946337ac87c 100644 --- a/scripts/scenario_taxonomy.py +++ b/scripts/scenario_taxonomy.py @@ -18,6 +18,7 @@ - T1595 for generic scanning of exposed applications [Here](https://docs.crowdsec.net/docs/next/scenarios/format#labels) is the CrowdSec documentation on how to fill those labels +[Here](https://github.com/crowdsecurity/hub/blob/master/taxonomy/behaviors.json) are the available behaviors """