Skip to content
Snippets Groups Projects
Commit cbf584b6b324 authored by DJ Mountney's avatar DJ Mountney
Browse files

Update depscan to 2.3.2

Fixes an issue where vulnerabiltiies weren't being saved to gitlab
because the job was failing.

Also updates the default db to a newer version that has the openssl version fix
by default.

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/6786
parent e146c458914b
No related branches found
No related tags found
1 merge request!72Intermediate build for testing purposes
......@@ -668,7 +668,7 @@
- version-manifest.json
dependency_scanning:
image: "registry.gitlab.com/gitlab-org/security-products/gitlab-depscan:2.3.0"
image: "registry.gitlab.com/gitlab-org/security-products/gitlab-depscan:2.3.2"
stage: package
variables:
REPORT_PATH: ./
......@@ -682,7 +682,7 @@
- create_omnibus_manifest
artifacts:
expire_in: 7 days
when: on_failure
when: always
reports:
dependency_scanning: gl-dependency-scanning-report.json
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment