Unverified Commit 68f864e5 authored by GridexX's avatar GridexX
Browse files

feat(owasp_dependency): new docker image

parent c24e2f33
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [1.1.1] - 2022-05-18
* Update docker image from owasp/dependency-check:6.1.1 to owasp/dependency-check:7.1.0

## [1.0.0] - 2022-04-14
* Change the default stage into `tests`

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ The complete list is available [here](https://jeremylong.github.io/DependencyChe

* Job name: `owasp_dependency_check`
* Docker image:
[`owasp/dependency-check:6.1.1`](https://hub.docker.com/r/owasp/dependency-check){:target="_blank"}
[`owasp/dependency-check:7.1.0`](https://hub.docker.com/r/owasp/dependency-check){:target="_blank"}
* Default stage: `tests`
* When: `always`

+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ stages:

owasp_dependency_check:
  image:
    name: owasp/dependency-check:6.1.1
    name: owasp/dependency-check:7.1.0
    entrypoint: [ "" ]
  stage: tests
  variables: