Skip to content

Failing test: Serverless Security API Integration Tests.x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/find_csp_benchmark_rule·ts - Serverless security API cloud_security_posture GET internal/cloud_security_posture/rules/_find Should return 200 status code, and only requested fields in the response #290678

Failing test: Serverless Security API Integration Tests.x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/find_csp_benchmark_rule·ts - Serverless security API cloud_security_posture GET internal/cloud_security_posture/rules/_find Should return 200 status code, and only requested fields in the response

Failing test: Serverless Security API Integration Tests.x-pack/test_serverless/api_integration/test_suites/security/cloud_security_posture/find_csp_benchmark_rule·ts - Serverless security API cloud_security_posture GET internal/cloud_security_posture/rules/_find Should return 200 status code, and only requested fields in the response #290678

on:
issues:
types: [labeled, unlabeled]
jobs:
assign_to_project:
runs-on: ubuntu-latest
name: Assign issue or PR to project based on label
steps:
- name: Assign to project
uses: elastic/github-actions/project-assigner@v2.1.1
id: project_assigner
with:
issue-mappings: |
[
{"label": "Team:DataDiscovery", "projectNumber": 44, "columnName": "Inbox"},
{"label": "Feature:Canvas", "projectNumber": 38, "columnName": "Inbox"},
{"label": "Feature:Dashboard", "projectNumber": 68, "columnName": "Inbox"},
{"label": "Feature:Drilldowns", "projectNumber": 68, "columnName": "Inbox"},
{"label": "Feature:Input Controls", "projectNumber": 72, "columnName": "Inbox"}
]
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}