Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,12 @@ jobs:
run: ./utils/scripts/load-binary.sh ${{ matrix.library }}
env:
TARGET_BRANCH: "${{ steps.get-target-branch.outputs.target-branch }}"
- name: Get agent artifact
run: ./utils/scripts/load-binary.sh agent

# temporary ski : dev agent removed content-type header from traces response
# causing lot of trace to be dropped
# - name: Get agent artifact
# run: ./utils/scripts/load-binary.sh agent

# ### appsec-event-rules is now a private repo. The GH_TOKEN provided can't read private repos.
# ### skipping this, waiting for a proper solution
# - name: Load WAF rules
Expand Down