Sha256: 2803f2b9d8913213cd3485446b9d4a447144096414474737f0e5a4f831c768d2

Contents?: true

Size: 609 Bytes

Versions: 10

Compression:

Stored size: 609 Bytes

Contents

dependency_scanning:
  image: docker:stable
  variables:
    DOCKER_DRIVER: overlay2
  allow_failure: true
  services:
    - docker:stable-dind
  script:
    - export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
    - docker run
        --env DEP_SCAN_DISABLE_REMOTE_CHECKS="${DEP_SCAN_DISABLE_REMOTE_CHECKS:-false}"
        --volume "$PWD:/code"
        --volume /var/run/docker.sock:/var/run/docker.sock
        "registry.gitlab.com/gitlab-org/security-products/dependency-scanning:$SP_VERSION" /code
  artifacts:
    paths: [gl-dependency-scanning-report.json]

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
doorkeeper-5.1.2 .gitlab-ci.yml
doorkeeper-5.0.3 .gitlab-ci.yml
doorkeeper-5.1.1 .gitlab-ci.yml
doorkeeper-5.1.0 .gitlab-ci.yml
doorkeeper-5.1.0.rc2 .gitlab-ci.yml
doorkeeper-5.1.0.rc1 .gitlab-ci.yml
doorkeeper-5.0.2 .gitlab-ci.yml
doorkeeper-5.0.1 .gitlab-ci.yml
doorkeeper-5.0.0 .gitlab-ci.yml
doorkeeper-5.0.0.rc2 .gitlab-ci.yml