Commit 94d4a2b0 authored by Shinya Maeda's avatar Shinya Maeda

Merge branch 'fix-secure-bin-tmpl' into 'master'

Bump versions of secrets and klar

See merge request gitlab-org/gitlab!47531
parents 1635b866 560e9db4
---
title: Bump versions of secrets and klar in the Secure-Binaries template
merge_request: 47531
author:
type: fixed
...@@ -131,6 +131,8 @@ secrets: ...@@ -131,6 +131,8 @@ secrets:
variables: variables:
- $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" && - $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" &&
$SECURE_BINARIES_ANALYZERS =~ /\bsecrets\b/ $SECURE_BINARIES_ANALYZERS =~ /\bsecrets\b/
variables:
SECURE_BINARIES_ANALYZER_VERSION: "3"
sobelow: sobelow:
extends: .download_images extends: .download_images
...@@ -162,6 +164,8 @@ klar: ...@@ -162,6 +164,8 @@ klar:
variables: variables:
- $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" && - $SECURE_BINARIES_DOWNLOAD_IMAGES == "true" &&
$SECURE_BINARIES_ANALYZERS =~ /\bklar\b/ $SECURE_BINARIES_ANALYZERS =~ /\bklar\b/
variables:
SECURE_BINARIES_ANALYZER_VERSION: "3"
clair-vulnerabilities-db: clair-vulnerabilities-db:
extends: .download_images extends: .download_images
......
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