Commit 6ae86d50 authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 4db6c8c1
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.4.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.3.0...1.4.0) (2024-08-09)


### Features

* add risk score threshold input ([814a7f3](https://gitlab.com/to-be-continuous/dependency-track/commit/814a7f3f9a78867cb59d80f91fdc973be577fcff))

# [1.3.0](https://gitlab.com/to-be-continuous/dependency-track/compare/1.2.0...1.3.0) (2024-07-02)


+3 −3
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/dependency-track/gitlab-ci-dependency-track@1.3.0
  - component: gitlab.com/to-be-continuous/dependency-track/gitlab-ci-dependency-track@1.4.0
    # 2: set/override component inputs
    inputs:
      # ⚠ this is only an example
@@ -237,11 +237,11 @@ With:
include:
  # main template
  - project: 'to-be-continuous/dependency-track'
    ref: '1.3.0'
    ref: '1.4.0'
    file: '/templates/gitlab-ci-dependency-track.yml'
  # Vault variant
  - project: 'to-be-continuous/dependency-track'
    ref: '1.3.0'
    ref: '1.4.0'
    file: '/templates/gitlab-ci-dependency-track-vault.yml'

variables:
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ variables:
dependency-track:
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "1.3.0"]
      command: ["--service", "dependency-track", "1.4.0"]
    - name: "$TBC_VAULT_IMAGE"
      alias: "vault-secrets-provider"
  variables:
+1 −1
Original line number Diff line number Diff line
@@ -340,7 +340,7 @@ dependency-track:
    entrypoint: [""]
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "dependency-track", "1.3.0"]
      command: ["--service", "dependency-track", "1.4.0"]
  stage: .post
  before_script:
    - !reference [.deptrack-scripts]