We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 996c639 commit 262df88Copy full SHA for 262df88
1 file changed
.github/workflows/sca-integration-ort-package-file.yml
@@ -17,7 +17,7 @@ permissions:
17
18
env:
19
SCIO_IMAGE_INPUT: "docker://osadl/alpine-docker-base-image:v3.22-latest"
20
- ORT_VERSION: "68.1.0"
+ ORT_VERSION: "82.0.0"
21
22
jobs:
23
generate-and-load-sbom:
@@ -30,7 +30,7 @@ jobs:
30
input-urls:
31
"${{ env.SCIO_IMAGE_INPUT }}"
32
scancodeio-repo-branch: "main"
33
- output-formats: "ort-package-list spdx:2.2 cyclonedx json xlsx"
+ output-formats: "ort-package-list"
34
35
- name: Copy package-list.yml to workspace root
36
run: |
0 commit comments