Skip to content
Snippets Groups Projects
Unverified Commit 544a0e66 authored by Balasankar "Balu" C's avatar Balasankar "Balu" C
Browse files
parent ad6bdeed
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
 
require_relative "lib/gitlab/version"
 
omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.01")
omnibus_gem_version = Gitlab::Version.new('omnibus', "add-print-version-directive")
 
# Note that omnibus is from a fork with additional gitlab changes. You can
# check what they are with the following comparison link:
Loading
Loading
@@ -20,7 +20,7 @@ omnibus_gem_version = Gitlab::Version.new('omnibus', "7.0.10.01")
# 4. Check that the changes to Gemfile.lock are propogated to the software
# definitions in `config/software`. You can find them quickly with:
# grep "gem 'install " config/software/*
gem 'omnibus', git: omnibus_gem_version.remote, tag: omnibus_gem_version.print(false)
gem 'omnibus', git: omnibus_gem_version.remote, branch: omnibus_gem_version.print(false)
gem 'chef', '~> 15.12.22'
gem 'ohai', '~> 15.12.0'
gem 'package_cloud'
Loading
Loading
GIT
remote: https://dev.gitlab.org/gitlab/omnibus.git
revision: 81221aa3b263e717f5fcb57959aa9c8425126d29
tag: 7.0.10.01
revision: 6f385032b2204c1475a009cb3fdc2f027c3bc112
branch: add-print-version-directive
specs:
omnibus (7.0.10)
aws-sdk-s3 (~> 1)
Loading
Loading
Loading
Loading
@@ -598,7 +598,6 @@ create_omnibus_manifest:
TERM: xterm-256color
script:
- bundle exec omnibus manifest gitlab -l nothing 2> /dev/null > version-manifest.json
<<: *dev-nightly-and-tag-except-auto-deploy
cache: *tag-cache
artifacts:
expire_in: 7 days
Loading
Loading
@@ -606,28 +605,14 @@ create_omnibus_manifest:
- version-manifest.json
 
dependency_scanning:
image: "registry.gitlab.com/gitlab-org/gitlab-build-images:omnibus-gitlab-cve-search"
stage: package-and-image
services:
- name: mongo:bionic
alias: mongo
image: "registry.gitlab.com/gitlab-org/security-products/gitlab-depscan/tmp:3714eac802d1a1759d478d65a85082da90b2b761"
stage: gitlab_com:package
variables:
TERM: xterm-256color
REPORT_PATH: ./
before_script:
- wget https://storage.googleapis.com/gitlab-depscan/mongo_dump.tar.gz
- mkdir /dump
- tar --strip-components=1 -C /dump -xf mongo_dump.tar.gz
- mongorestore --host mongo /dump
- "printf '[Mongo]\nHost: mongo\n' > /app/etc/configuration.ini"
- python3 /app/web/index.py > /dev/null 2>&1 &
- python3 /app/sbin/db_updater.py -v
NVD_DB_UPDATE: "true"
before_script: []
script:
- echo ${CVEIGNORE} | sed -r "s/, */\n/g" >> .cveignore
# Temporarily hardcoding a working SHA. Check https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5530
# for details
- curl -sSL https://gitlab.com/gitlab-org/security-products/gitlab-depscan/raw/cae7e018a8c18582502f60c9d24e66b3c79b45ed/gitlab-depscan.sh|bash -s version-manifest.json
<<: *dev-nightly-and-tag-except-auto-deploy
- /gitlab-depscan.sh version-manifest.json
needs:
- create_omnibus_manifest
artifacts:
Loading
Loading
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