Skip to content
Snippets Groups Projects
Unverified Commit 3ea0369b authored by mc_rocha's avatar mc_rocha
Browse files

Fix pipeline errors

parent 5010924c
No related merge requests found
......@@ -20061,6 +20061,7 @@ State of a Sentry error.
| <a id="servicetypeexternal_wiki_service"></a>`EXTERNAL_WIKI_SERVICE` | ExternalWikiService type. |
| <a id="servicetypeflowdock_service"></a>`FLOWDOCK_SERVICE` | FlowdockService type. |
| <a id="servicetypegithub_service"></a>`GITHUB_SERVICE` | GithubService type. |
| <a id="servicetypegitlab_slack_application_service"></a>`GITLAB_SLACK_APPLICATION_SERVICE` | GitlabSlackApplicationService type (Gitlab.com only). |
| <a id="servicetypehangouts_chat_service"></a>`HANGOUTS_CHAT_SERVICE` | HangoutsChatService type. |
| <a id="servicetypeharbor_service"></a>`HARBOR_SERVICE` | HarborService type. |
| <a id="servicetypeirker_service"></a>`IRKER_SERVICE` | IrkerService type. |
......@@ -88,7 +88,7 @@ def scan_method
end
def scan_file_path
return unless Feature.enabled?(:dast_api_scanner, object.project, default_enabled: :yaml)
return unless Feature.enabled?(:dast_api_scanner, object.project)
object.scan_file_path
end
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment