Skip to content

Commit

Permalink
Fix recommended json file (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana authored and PROFeNoM committed Dec 15, 2023
1 parent 3a097ed commit 3ebfb26
Show file tree
Hide file tree
Showing 3 changed files with 7,930 additions and 14 deletions.
7 changes: 3 additions & 4 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2841,11 +2841,10 @@ jobs:
make -j $(nproc) ddappsec_helper_test
./tests/helper/ddappsec_helper_test
- run:
name: Download ruleset
name: Copy ruleset
command: |
cd appsec/build
make event_rules
cp ./third_party/event_rules-prefix/src/event_rules/build/recommended.json ../../appsec_$(uname -m)/
cd appsec
cp recommended.json ../appsec_$(uname -m)/
- persist_to_workspace:
root: '.'
paths: [ './appsec_*' ]
Expand Down
Loading

0 comments on commit 3ebfb26

Please sign in to comment.