Skip to content

Commit 90df752

Browse files
avara1986github-actions[bot]christophe-papazian
authored
chore(appsec): don't load appsec modules (iast) [backport 2.19] (#12350)
backports #11931 #12184 #12212 #12320 to 2.19 ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Christophe Papazian <[email protected]>
1 parent 2662f8e commit 90df752

File tree

75 files changed

+654
-855
lines changed

Some content is hidden

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

75 files changed

+654
-855
lines changed

.circleci/config.templ.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -404,25 +404,12 @@ jobs:
404404
paths:
405405
- "."
406406

407-
appsec_iast_packages:
408-
<<: *machine_executor
409-
parallelism: 5
410-
steps:
411-
- when:
412-
condition:
413-
matches: { pattern: "main", value: << pipeline.git.branch >> }
414-
steps:
415-
- run_test:
416-
pattern: 'appsec_iast_packages'
417-
snapshot: true
418-
- run: echo "This test is skipped outside of main branch"
419-
420-
appsec_integrations:
407+
appsec_integrations_pygoat:
421408
<<: *machine_executor
422409
parallelism: 13
423410
steps:
424411
- run_test:
425-
pattern: 'appsec_integrations'
412+
pattern: 'appsec_integrations_pygoat'
426413
snapshot: true
427414
run_agent_checks: false
428415
docker_services: "pygoat"

.riot/requirements/1147cef.txt

Lines changed: 0 additions & 62 deletions
This file was deleted.

.riot/requirements/1221a04.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

.riot/requirements/131666a.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

.riot/requirements/16ed652.txt

Lines changed: 0 additions & 33 deletions
This file was deleted.

.riot/requirements/173e759.txt

Lines changed: 0 additions & 64 deletions
This file was deleted.

.riot/requirements/17b5eda.txt

Lines changed: 0 additions & 32 deletions
This file was deleted.

.riot/requirements/1a1ddb4.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

.riot/requirements/1b0d603.txt

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)