Commit ed6b6caa authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 00f7ec91
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# [1.2.0](https://gitlab.com/to-be-continuous/ort/compare/1.1.0...1.2.0) (2025-08-12)


### Features

* modular workflow rules ([00f7ec9](https://gitlab.com/to-be-continuous/ort/commit/00f7ec917e19172b84091c2ca9f3419b0e22db12))

# [1.1.0](https://gitlab.com/to-be-continuous/ort/compare/1.0.1...1.1.0) (2025-07-24)


+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Add the following to your `gitlab-ci.yml`:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.1.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.0
    # 2: set/override component inputs²
    inputs:
      scanner-image: "ghcr.io/oss-review-toolkit/ort:latest" # ⚠ this is only an example
@@ -28,7 +28,7 @@ Add the following to your `gitlab-ci.yml`:
include:
  # 1: include the template
  - project: 'to-be-continuous/ort'
    ref: '1.1.0'
    ref: '1.2.0'
    file: '/templates/gitlab-ci-ort.yml'

variables:
@@ -88,7 +88,7 @@ Pipeline example:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.1.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.0
    # 2: set/override component inputs²
    inputs:
      profile: "LICENSING"
@@ -103,7 +103,7 @@ The agent called `advise` uses one of the providers: OSV (Google), OssIndex , Vu
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.1.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.0
    # 2: set/override component inputs²
    inputs:
      profile: "SECURITY"
@@ -121,7 +121,7 @@ Last option is turning on the detection of all possible agents as:
```yaml
include:
  # 1: include the component
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.1.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.0
    # 2: set/override component inputs²
    inputs:
    ort-profile: "CUSTOM"
+1 −1
Original line number Diff line number Diff line
@@ -606,7 +606,7 @@ ort:
  stage: test
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ort", "1.1.0"]
      command: ["--service", "ort", "1.2.0"]
  image:
    name: $ORT_SCANNER_IMAGE
    entrypoint: [""]