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


### Features

* configurable [@url](https://gitlab.com/url)@ timeout ([f39758a](https://gitlab.com/to-be-continuous/ort/commit/f39758af8e8a76e499735d2de5c4b8d8bcedf824))

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


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