Commit a0fc51b3 authored by Matija Čupić's avatar Matija Čupić

Merge branch '325731-add-api-fuzzing-binary-analyzer' into 'master'

Allows the user to download API fuzzing analyzer

See merge request gitlab-org/gitlab!60499
parents 047ed0b5 4a2b4ced
---
title: Add API Fuzzing image to Secure-Binaries template
merge_request: 60499
author:
type: changed
......@@ -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/
Markdown is supported
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