Skip to content

Bump cpp-linter/cpp-linter-action from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9 #385

Bump cpp-linter/cpp-linter-action from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9

Bump cpp-linter/cpp-linter-action from 948cea872508ea44123a1e3d8638a5b828a409af to a37e579de27f4a759c4c5f18f1d43592076236c9 #385

Workflow file for this run

name: Scancode
on: [push, pull_request]
permissions:
contents: read
jobs:
scancode:
runs-on: ubuntu-latest
container:
image: gianlucadb0/scancode-toolkit
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Create results directory
run: mkdir results
- name: Scancode run
run: scancode -clpeui -n 2 --cyclonedx ./results/sbom-cyclonedx --spdx-rdf ./results/sbom-spdx ./
- name: Upload artifact
uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
with:
name: scan-scancode-report
path: ./results/
- name: Artifact download
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: scan-scancode-report