Change summaries branch

This commit is contained in:
defensivedepth
2024-09-25 15:35:08 -04:00
parent 8e8e584087
commit 778d5be407
3 changed files with 5 additions and 5 deletions

View File

@@ -889,7 +889,7 @@ update_airgap_rules() {
rsync -av $UPDATE_DIR/agrules/detect-sigma/* /nsm/rules/detect-sigma/
rsync -av $UPDATE_DIR/agrules/detect-yara/* /nsm/rules/detect-yara/
# Checkout the stable summaries branch and copy them over for SOC
git -C $UPDATE_DIR/agrules/securityonion-resources/ checkout generated-summaries-stable
git -C $UPDATE_DIR/agrules/securityonion-resources/ checkout generated-summaries-published
rsync -av $UPDATE_DIR/agrules/securityonion-resources/* /opt/so/conf/soc/ai_summary_repos
# Checkout the main branch and copy them over to nsm
git -C $UPDATE_DIR/agrules/securityonion-resources/ checkout main