Skip to content

Commit e7b26a2

Browse files
Merge branch 'master' into slim-http-route
2 parents d40c65f + b58702a commit e7b26a2

File tree

42 files changed

+8090
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+8090
-124
lines changed

.circleci/continue_config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2841,11 +2841,10 @@ jobs:
28412841
make -j $(nproc) ddappsec_helper_test
28422842
./tests/helper/ddappsec_helper_test
28432843
- run:
2844-
name: Download ruleset
2844+
name: Copy ruleset
28452845
command: |
2846-
cd appsec/build
2847-
make event_rules
2848-
cp ./third_party/event_rules-prefix/src/event_rules/build/recommended.json ../../appsec_$(uname -m)/
2846+
cd appsec
2847+
cp recommended.json ../appsec_$(uname -m)/
28492848
- persist_to_workspace:
28502849
root: '.'
28512850
paths: [ './appsec_*' ]

0 commit comments

Comments
 (0)