Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
Gitlab-External-Templates
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adri
Gitlab-External-Templates
Commits
3ea0369b
Unverified
Commit
3ea0369b
authored
2 years ago
by
mc_rocha
Browse files
Options
Downloads
Patches
Plain Diff
Fix pipeline errors
parent
5010924c
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/api/graphql/reference/index.md
+1
-0
1 addition, 0 deletions
doc/api/graphql/reference/index.md
ee/app/graphql/types/dast_site_profile_type.rb
+1
-1
1 addition, 1 deletion
ee/app/graphql/types/dast_site_profile_type.rb
with
2 additions
and
1 deletion
doc/api/graphql/reference/index.md
+
1
−
0
View file @
3ea0369b
...
...
@@ -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. |
This diff is collapsed.
Click to expand it.
ee/app/graphql/types/dast_site_profile_type.rb
+
1
−
1
View file @
3ea0369b
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment