Commit a3f6878a authored by semantic-release-bot's avatar semantic-release-bot
Browse files
parent 03889402
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
## [1.0.1](https://gitlab.com/to-be-continuous/ort/compare/1.0.0...1.0.1) (2025-07-05)


### Bug Fixes

* fix unscope_variables ([0388940](https://gitlab.com/to-be-continuous/ort/commit/03889402d1a0eae9324d6ad599fdb6dbbfc08203))

# 1.0.0 (2025-05-29)


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