Skip to content

Commit

Permalink
Fix recommended json file
Browse files Browse the repository at this point in the history
  • Loading branch information
estringana committed Dec 14, 2023
1 parent ebbd19d commit 808c903
Show file tree
Hide file tree
Showing 3 changed files with 7,929 additions and 13 deletions.
5 changes: 2 additions & 3 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)/
cp ../recommended.json ../../appsec_$(uname -m)/
- persist_to_workspace:
root: '.'
paths: [ './appsec_*' ]
Expand Down
Loading

0 comments on commit 808c903

Please sign in to comment.