Skip to content

Commit 262df88

Browse files
committed
upgrade ORT version to latest in workflow
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 996c639 commit 262df88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sca-integration-ort-package-file.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
env:
1919
SCIO_IMAGE_INPUT: "docker://osadl/alpine-docker-base-image:v3.22-latest"
20-
ORT_VERSION: "68.1.0"
20+
ORT_VERSION: "82.0.0"
2121

2222
jobs:
2323
generate-and-load-sbom:
@@ -30,7 +30,7 @@ jobs:
3030
input-urls:
3131
"${{ env.SCIO_IMAGE_INPUT }}"
3232
scancodeio-repo-branch: "main"
33-
output-formats: "ort-package-list spdx:2.2 cyclonedx json xlsx"
33+
output-formats: "ort-package-list"
3434

3535
- name: Copy package-list.yml to workspace root
3636
run: |

0 commit comments

Comments
 (0)