Add scan method to dast site profile GraphQL API
This MR adds the scan method to the dast site profile GraphQL API. Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/78745 EE: true
显示
- doc/api/graphql/reference/index.md 14 个添加, 0 个删除doc/api/graphql/reference/index.md
- ee/app/graphql/mutations/app_sec/dast/site_profiles/shared_arguments.rb 5 个添加, 0 个删除.../mutations/app_sec/dast/site_profiles/shared_arguments.rb
- ee/app/graphql/mutations/dast_site_profiles/create.rb 4 个添加, 0 个删除ee/app/graphql/mutations/dast_site_profiles/create.rb
- ee/app/graphql/mutations/dast_site_profiles/update.rb 4 个添加, 0 个删除ee/app/graphql/mutations/dast_site_profiles/update.rb
- ee/app/graphql/types/dast/scan_method_type_enum.rb 15 个添加, 0 个删除ee/app/graphql/types/dast/scan_method_type_enum.rb
- ee/app/graphql/types/dast_site_profile_type.rb 10 个添加, 0 个删除ee/app/graphql/types/dast_site_profile_type.rb
- ee/spec/graphql/mutations/dast_site_profiles/create_spec.rb 28 个添加, 2 个删除ee/spec/graphql/mutations/dast_site_profiles/create_spec.rb
- ee/spec/graphql/mutations/dast_site_profiles/update_spec.rb 16 个添加, 0 个删除ee/spec/graphql/mutations/dast_site_profiles/update_spec.rb
- ee/spec/graphql/types/dast/scan_method_type_enum_spec.rb 9 个添加, 0 个删除ee/spec/graphql/types/dast/scan_method_type_enum_spec.rb
- ee/spec/graphql/types/dast_site_profile_type_spec.rb 17 个添加, 1 个删除ee/spec/graphql/types/dast_site_profile_type_spec.rb
- ee/spec/requests/api/graphql/mutations/dast_site_profiles/create_spec.rb 1 个添加, 0 个删除...s/api/graphql/mutations/dast_site_profiles/create_spec.rb
- ee/spec/requests/api/graphql/mutations/dast_site_profiles/update_spec.rb 1 个添加, 0 个删除...s/api/graphql/mutations/dast_site_profiles/update_spec.rb
加载中
想要评论请 注册 或 登录