Commit 64eb171a authored by Igor Frenkel's avatar Igor Frenkel

Add new vars to dependency-scanning ci config

parent 19aab6fe
---
title: 'Add CI variables to configure bundler-audit advisory database (Dependency Scanning)'
merge_request: 23717
author:
type: added
...@@ -57,6 +57,8 @@ dependency_scanning: ...@@ -57,6 +57,8 @@ dependency_scanning:
PIP_REQUIREMENTS_FILE \ PIP_REQUIREMENTS_FILE \
MAVEN_CLI_OPTS \ MAVEN_CLI_OPTS \
BUNDLER_AUDIT_UPDATE_DISABLED \ BUNDLER_AUDIT_UPDATE_DISABLED \
BUNDLER_AUDIT_ADVISORY_DB_URL \
BUNDLER_AUDIT_ADVISORY_DB_REF_NAME \
) \ ) \
--volume "$PWD:/code" \ --volume "$PWD:/code" \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
......
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