Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
fe7714a0
Commit
fe7714a0
authored
May 13, 2021
by
Seth Berger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added additional links
parent
2b11c0c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/development/integrations/secure.md
doc/development/integrations/secure.md
+3
-1
No files found.
doc/development/integrations/secure.md
View file @
fe7714a0
...
@@ -69,7 +69,7 @@ so the [`allow_failure`](../../ci/yaml/README.md#allow_failure) parameter should
...
@@ -69,7 +69,7 @@ so the [`allow_failure`](../../ci/yaml/README.md#allow_failure) parameter should
Scanning jobs must declare a report that corresponds to the type of scanning they perform,
Scanning jobs must declare a report that corresponds to the type of scanning they perform,
using the
[
`artifacts:reports`
](
../../ci/yaml/README.md#artifactsreports
)
keyword.
using the
[
`artifacts:reports`
](
../../ci/yaml/README.md#artifactsreports
)
keyword.
Valid reports are:
`dependency_scanning`
,
`container_scanning`
,
`dast`
, and
`sast`
.
Valid reports are:
`dependency_scanning`
,
`container_scanning`
,
`dast`
,
`api_fuzzing`
,
`coverage_fuzzing`
,
and
`sast`
.
For example, here is the definition of a SAST job that generates a file named
`gl-sast-report.json`
,
For example, here is the definition of a SAST job that generates a file named
`gl-sast-report.json`
,
and uploads it as a SAST report:
and uploads it as a SAST report:
...
@@ -290,6 +290,8 @@ You can find the schemas for these scanners here:
...
@@ -290,6 +290,8 @@ You can find the schemas for these scanners here:
-
[
DAST
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/dast-report-format.json
)
-
[
DAST
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/dast-report-format.json
)
-
[
Dependency Scanning
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/dependency-scanning-report-format.json
)
-
[
Dependency Scanning
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/dependency-scanning-report-format.json
)
-
[
Container Scanning
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/container-scanning-report-format.json
)
-
[
Container Scanning
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/container-scanning-report-format.json
)
-
[
Coverage Fuzzing
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/coverage-fuzzing-report-format.json
)
-
[
Secret Detection
](
https://gitlab.com/gitlab-org/security-products/security-report-schemas/-/blob/master/dist/secret-detection-report-format.json
)
### Version
### Version
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment