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 15, 2023
1 parent ebbd19d commit 45b807d
Show file tree
Hide file tree
Showing 3 changed files with 7,929 additions and 14 deletions.
6 changes: 2 additions & 4 deletions .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2841,11 +2841,9 @@ 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 45b807d

Please sign in to comment.