Commit cc2a374e authored by semantic-release-bot's avatar semantic-release-bot
Browse files

chore(release): 1.2.1 [skip ci]

## [1.2.1](https://gitlab.com/to-be-continuous/ort/compare/1.2.0...1.2.1) (2025-10-23)

### Bug Fixes

* force Maven settings file name (when passed as a GitLab CI ci file typed-variable) ([9ba45cc2](https://gitlab.com/to-be-continuous/ort/commit/9ba45cc23df9a82d4522e1141fa2c29094459e5a))
parent 634b6d93
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.2.1](https://gitlab.com/to-be-continuous/ort/compare/1.2.0...1.2.1) (2025-10-23)


### Bug Fixes

* force Maven settings file name (when passed as a GitLab CI ci file typed-variable) ([9ba45cc](https://gitlab.com/to-be-continuous/ort/commit/9ba45cc23df9a82d4522e1141fa2c29094459e5a))

# [1.2.0](https://gitlab.com/to-be-continuous/ort/compare/1.1.0...1.2.0) (2025-08-12)


+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.2.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.1
    # 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.2.0'
    ref: '1.2.1'
    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.2.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.1
    # 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.2.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.1
    # 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.2.0
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.2.1
    # 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.2.0"]
      command: ["--service", "ort", "1.2.1"]
  image:
    name: $ORT_SCANNER_IMAGE
    entrypoint: [""]