Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/generate-sboms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
find scancodeio/ -type f -name "*.ABOUT" -exec cp {} "${{ env.INPUTS_PATH }}/about-files/" \;

- name: Resolve the dependencies using ScanCode-action
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "resolve_dependencies:DynamicResolver"
inputs-path: ${{ env.INPUTS_PATH }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
retention-days: 20

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "anchore-grype-sbom.cdx.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-cdxgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
retention-days: 20

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "cdxgen-sbom.cdx.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-cyclonedx-gomod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
retention-days: 20

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "gomod-sbom.cdx.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-depscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: pip uninstall --yes owasp-depscan

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "reports/sbom-docker.vdr.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-ort-package-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Analyze Docker image with ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "analyze_docker_image"
input-urls:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/sca-integration-ort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
reporter

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "${{ env.ORT_RESULTS_PATH }}/bom.cyclonedx.json"
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
reporter

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "${{ env.ORT_RESULTS_PATH }}/bom.cyclonedx.json"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
name: npm-mime-types-2.1.26-ort-sboms

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "bom.cyclonedx.json"
Expand All @@ -184,7 +184,7 @@ jobs:
name: npm-mime-types-2.1.26-ort-sboms

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "bom.cyclonedx.xml"
Expand All @@ -210,7 +210,7 @@ jobs:
name: npm-mime-types-2.1.26-ort-sboms

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "bom.spdx.json"
Expand All @@ -236,7 +236,7 @@ jobs:
name: npm-mime-types-2.1.26-ort-sboms

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "bom.spdx.yml"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-osv-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
retention-days: 20

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "osv-sbom.spdx.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-sbom-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
path: sbom-output

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "sbom-output/_manifest/spdx_2.2/manifest.spdx.json"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sca-integration-trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
retention-days: 20

- name: Import SBOM into ScanCode.io
uses: aboutcode-org/scancode-action@8adbf888f487c3cdf6c15386035769cd03a94c66
uses: aboutcode-org/scancode-action@6e900c920928c44932e756e308561451b09ec58b
with:
pipelines: "load_sbom"
inputs-path: "trivy-report.sbom.json"
Expand Down
Loading