Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python] add Standalone SCA tests #3690

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ tests/:
uwsgi-poc: v2.17.1
Test_IastStandalone_UpstreamPropagation:
'*': v2.18.0.dev
Test_SCAStandalone_Telemetry: missing_feature
Test_SCAStandalone_Telemetry: v2.19.0.dev
test_automated_login_events.py:
Test_Login_Events: irrelevant (was v2.10.0 but will be replaced by V2)
Test_Login_Events_Extended: irrelevant (was v2.10.0 but will be replaced by V2)
Expand Down
1 change: 1 addition & 0 deletions utils/telemetry_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class TelemetryUtils:
"nodejs": {"glob": False},
"java": {"org.apache.httpcomponents:httpclient": False},
"ruby": {"bundler": False},
"python": {"requests": False},
}

@staticmethod
Expand Down
Loading