Skip to content

Commit

Permalink
Merge branch 'master' into slim-http-route
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomartinezbernardo committed Dec 18, 2023
2 parents d40c65f + b58702a commit e7b26a2
Show file tree
Hide file tree
Showing 42 changed files with 8,090 additions and 124 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 e7b26a2

Please sign in to comment.