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

[Snyk] Security upgrade python from 3.12-slim to 3.13.0rc1-slim #60

Closed
wants to merge 1 commit into from

fix: examples/simple-app-docker/Dockerfile to reduce vulnerabilities

bc5e41b
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

[Snyk] Security upgrade python from 3.12-slim to 3.13.0rc1-slim #60

fix: examples/simple-app-docker/Dockerfile to reduce vulnerabilities
bc5e41b
Select commit
Loading
Failed to load commit list.
GitHub Actions / Python Tests succeeded Aug 4, 2024 in 1s

174 passed, 0 failed and 0 skipped

Tests passed successfully

✅ report.xml

174 tests were completed in 11s with 174 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
pytest 174✅ 11s

✅ pytest

tests.unit_tests.api.attributes.test_attributes.TestAttributes
  ✅ test_attribute_key_validation
  ✅ test_clean_attribute
  ✅ test_sequence_attr_decode
tests.unit_tests.api.attributes.test_attributes.TestBoundedAttributes
  ✅ test_bounded_dict
  ✅ test_from_map
  ✅ test_immutable
  ✅ test_negative_max_length
  ✅ test_no_limit_code
tests.unit_tests.api.plugin.metrics.test_otel_metrics.TestOtelMetrics
  ✅ test_post_counter
  ✅ test_post_counter_error
  ✅ test_post_counter_twice
  ✅ test_post_gauge
  ✅ test_post_gauge_error
  ✅ test_post_histogram
  ✅ test_post_histogram_error
  ✅ test_post_summary
  ✅ test_post_summary_error
tests.unit_tests.api.plugin.metrics.test_prometheus_metrics.TestPrometheusMetrics
  ✅ test_counter
  ✅ test_counter_with_labels
  ✅ test_duplicate_counter_registration
  ✅ test_duplicate_gauge_registration
  ✅ test_duplicate_histogram_registration
  ✅ test_duplicate_summary_registration
  ✅ test_gauge
  ✅ test_gauge_with_labels
  ✅ test_histogram
  ✅ test_histogram_with_labels
  ✅ test_summary
  ✅ test_summary_with_labels
tests.unit_tests.api.plugin.test_otel.TestOtel
  ✅ test_collect_attributes
  ✅ test_create_span
  ✅ test_load_plugin
tests.unit_tests.api.plugin.test_plugin.TestPluginLoader
  ✅ test_handle_bad_plugin
  ✅ test_load_plugins
tests.unit_tests.api.plugin.test_python.TestPython
  ✅ test_collect_attributes
  ✅ test_load_plugin
tests.unit_tests.api.resource.test_resource.TestResources
  ✅ test_aggregated_resources_different_schema_urls
  ✅ test_aggregated_resources_multiple_detectors
  ✅ test_aggregated_resources_no_detectors
  ✅ test_aggregated_resources_with_default_destroying_static_resource
  ✅ test_create
  ✅ test_env_priority
  ✅ test_immutability
  ✅ test_invalid_resource_attribute_values
  ✅ test_merge
  ✅ test_resource_detector_ignore_error
  ✅ test_resource_detector_raise_error
  ✅ test_resource_merge
  ✅ test_resource_merge_empty_string
  ✅ test_service_name_env
  ✅ test_service_name_using_process_name
tests.unit_tests.auth.test_auth.TestAuth
  ✅ test_load_auth_basic
  ✅ test_load_auth_basic_with_user
  ✅ test_load_auth_none
tests.unit_tests.config.test_config.ConfigTest
  ✅ test_in_app_excludes
  ✅ test_in_app_includes
tests.unit_tests.config.test_config_service.TestConfigService
  ✅ test_custom_attr
  ✅ test_custom_attr_callable
  ✅ test_env_attr
tests.unit_tests.config.test_tracepoint_config.TestTracepointConfigService
  ✅ test_add_custom_calls_update
  ✅ test_bad_listener
  ✅ test_calls_update_listeners
  ✅ test_no_change
  ✅ test_remove_custom_calls_update
  ✅ test_update
  ✅ test_update_no_handler
tests.unit_tests.grpc.test_grpc.GRPCPackage
  ✅ test_convert_array
  ✅ test_convert_bool
  ✅ test_convert_bytes
  ✅ test_convert_dict
  ✅ test_convert_double
  ✅ test_convert_int
  ✅ test_convert_label_expression
  ✅ test_convert_label_static
  ✅ test_convert_string
tests.unit_tests.poll.test_poll.TestPoll
  ✅ test_can_poll
  ✅ test_can_poll_new_cfg
tests.unit_tests.processor.context.test_log_action.TestLogMessages
  ✅ test_simple_log_interpolation_0_some_log_message
  ✅ test_simple_log_interpolation_1_some_log_message_name_
  ✅ test_simple_log_interpolation_2_some_log_message_len_name_
  ✅ test_simple_log_interpolation_3_some_log_message_person_
  ✅ test_simple_log_interpolation_4_some_log_message_person_name_
  ✅ test_simple_log_interpolation_5_some_log_message_person_name_
tests.unit_tests.processor.context.test_metric_action.TestMetricAction
  ✅ test_metric_action
  ✅ test_metric_action_with_bad_expression
  ✅ test_metric_action_with_expression
  ✅ test_metric_action_with_label_bad_expression
  ✅ test_metric_action_with_label_expression
  ✅ test_metric_action_with_label_static
  ✅ test_no_processors
tests.unit_tests.processor.test_log_messages.TestLogMessages
  ✅ test_simple_log_interpolation_0_some_log_message
  ✅ test_simple_log_interpolation_1_some_log_message_name_
  ✅ test_simple_log_interpolation_2_some_log_message_len_name_
  ✅ test_simple_log_interpolation_3_some_log_message_person_
  ✅ test_simple_log_interpolation_4_some_log_message_person_name_
  ✅ test_simple_log_interpolation_5_some_log_message_person_name_
tests.unit_tests.processor.test_trigger_handler.TestTriggerHandler
  ✅ test_line_exception_capture
  ✅ test_log_action
  ✅ test_log_action_with_watch
  ✅ test_method_exception_capture
  ✅ test_method_result_capture
  ✅ test_metric_action
  ✅ test_snapshot_action
  ✅ test_snapshot_action_with_condition
  ✅ test_span_action
tests.unit_tests.processor.test_variable_processor.TestVariableProcessor
  ✅ test_process_child_nodes_0_string
  ✅ test_process_child_nodes_1_int
  ✅ test_process_child_nodes_2_float
  ✅ test_process_child_nodes_3_bool
  ✅ test_process_child_nodes_4_tuple
  ✅ test_process_child_nodes_5_list
  ✅ test_process_child_nodes_6_set
  ✅ test_process_child_nodes_7_frozen
  ✅ test_process_child_nodes_8_dict
  ✅ test_process_child_nodes_9
  ✅ test_process_variable_0_string
  ✅ test_process_variable_1_int
  ✅ test_process_variable_2_float
  ✅ test_process_variable_3_bool
  ✅ test_process_variable_4_tuple
  ✅ test_process_variable_5_list
  ✅ test_process_variable_6_set
  ✅ test_process_variable_7_frozen
  ✅ test_process_variable_8_list_iter
  ✅ test_process_variable_9_list_reverse_iter
  ✅ test_truncate_string_0
  ✅ test_truncate_string_1
  ✅ test_truncate_string_2
  ✅ test_var_modifiers
  ✅ test_variable_to_string_0_string
  ✅ test_variable_to_string_1_int
  ✅ test_variable_to_string_2_float
  ✅ test_variable_to_string_3_bool
  ✅ test_variable_to_string_4_tuple
  ✅ test_variable_to_string_5_list
  ✅ test_variable_to_string_6_set
  ✅ test_variable_to_string_7_frozen
  ✅ test_variable_to_string_8_list_iter
  ✅ test_variable_to_string_9_list_reverse_iter
tests.unit_tests.push.test_push
  ✅ test_convert_snapshot
  ✅ test_convert_snapshot_with_frame
  ✅ test_convert_snapshot_with_frame_with_vars
  ✅ test_convert_snapshot_with_watch
  ✅ test_convert_snapshot_with_error_watch
  ✅ test_convert_error
tests.unit_tests.push.test_push_service.TestPushService
  ✅ test_do_not_send_on_convert_failure
  ✅ test_push_service
  ✅ test_push_service_function
tests.unit_tests.task.test_task.TestTask
  ✅ test_flush
  ✅ test_handle_task
  ✅ test_handle_task_with_error
  ✅ test_post_flush
tests.unit_tests.test_deep.DeepTest
  ✅ test_deep
  ✅ test_deep_custom_config
  ✅ test_deep_use_configured_app_root
tests.unit_tests.test_utils
  ✅ test_snapshot_id_as_hex_str
  ✅ test_time_ms
  ✅ test_time_ns
  ✅ test_str2bool
  ✅ test_repeated_timer
  ✅ test_repeated_timer_error
tests.unit_tests.tracepoint.test_tracepoint_config.TestTracepointWindow
  ✅ test_in_window
  ✅ test_in_window_end
  ✅ test_in_window_start
tests.unit_tests.tracepoint.test_tracepoint_config.TestTracePointConfig
  ✅ test_get_arg
  ✅ test_get_arg_int
tests.unit_tests.tracepoint.test_trigger.Test
  ✅ test_build_triggers_0_some_file
  ✅ test_build_triggers_1_some_file
  ✅ test_build_triggers_2_some_file
  ✅ test_build_triggers_3_some_file
  ✅ test_build_triggers_4_some_file
  ✅ test_build_triggers_5_some_file
  ✅ test_build_triggers_6_some_file
  ✅ test_build_triggers_7_some_file