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
4a2b4ced
Commit
4a2b4ced
authored
Apr 27, 2021
by
Herber Madrigal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add API Fuzzing image to Secure-Binaries template
Changelog: changed
parent
aff5ebaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
ee/changelogs/unreleased/325731-add-api-fuzzing-binary-analyzer.yml
...ogs/unreleased/325731-add-api-fuzzing-binary-analyzer.yml
+5
-0
lib/gitlab/ci/templates/Security/Secure-Binaries.gitlab-ci.yml
...itlab/ci/templates/Security/Secure-Binaries.gitlab-ci.yml
+10
-1
No files found.
ee/changelogs/unreleased/325731-add-api-fuzzing-binary-analyzer.yml
0 → 100644
View file @
4a2b4ced
---
title
:
Add API Fuzzing image to Secure-Binaries template
merge_request
:
60499
author
:
type
:
changed
lib/gitlab/ci/templates/Security/Secure-Binaries.gitlab-ci.yml
View file @
4a2b4ced
...
...
@@ -17,7 +17,7 @@ variables:
bundler-audit, retire.js, gemnasium, gemnasium-maven, gemnasium-python,
klar, clair-vulnerabilities-db,
license-finder,
dast
dast
, api-fuzzing
SECURE_BINARIES_DOWNLOAD_IMAGES
:
"
true"
SECURE_BINARIES_PUSH_IMAGES
:
"
true"
...
...
@@ -241,3 +241,12 @@ dast:
variables
:
-
$SECURE_BINARIES_DOWNLOAD_IMAGES == "true" &&
$SECURE_BINARIES_ANALYZERS =~ /\bdast\b/
api-fuzzing
:
extends
:
.download_images
variables
:
SECURE_BINARIES_ANALYZER_VERSION
:
"
1"
only
:
variables
:
-
$SECURE_BINARIES_DOWNLOAD_IMAGES == "true" &&
$SECURE_BINARIES_ANALYZERS =~ /\bapi-fuzzing\b/
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