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

chore(release): 1.3.0 [skip ci]

# [1.3.0](https://gitlab.com/to-be-continuous/ort/compare/1.2.2...1.3.0) (2026-03-29)

### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([b67dd085](https://gitlab.com/to-be-continuous/ort/commit/b67dd0855aada0ba8efc759769ffaa2e69264dc9))

### Features

* support CA certs provided as file ([71a9dc9c](https://gitlab.com/to-be-continuous/ort/commit/71a9dc9c33a92d2957f6d798716ebb338aa074e1))
parent 71a9dc9c
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
# [1.3.0](https://gitlab.com/to-be-continuous/ort/compare/1.2.2...1.3.0) (2026-03-29)


### Bug Fixes

* **unscope_vars:** replace glob pattern matching with regex matching ([b67dd08](https://gitlab.com/to-be-continuous/ort/commit/b67dd0855aada0ba8efc759769ffaa2e69264dc9))


### Features

* support CA certs provided as file ([71a9dc9](https://gitlab.com/to-be-continuous/ort/commit/71a9dc9c33a92d2957f6d798716ebb338aa074e1))

## [1.2.2](https://gitlab.com/to-be-continuous/ort/compare/1.2.1...1.2.2) (2026-01-06)


+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.2
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.3.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.2.2'
    ref: '1.3.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.2.2
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.3.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.2.2
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.3.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.2.2
  - component: gitlab.com/to-be-continuous/ort/gitlab-ci-ort@1.3.0
    # 2: set/override component inputs²
    inputs:
    ort-profile: "CUSTOM"
+1 −1
Original line number Diff line number Diff line
@@ -616,7 +616,7 @@ ort:
  stage: test
  services:
    - name: "$TBC_TRACKING_IMAGE"
      command: ["--service", "ort", "1.2.2"]
      command: ["--service", "ort", "1.3.0"]
  image:
    name: $ORT_SCANNER_IMAGE
    entrypoint: [""]