Skip to content

Bump actions/download-artifact from 4.1.7 to 4.1.8 #376

Bump actions/download-artifact from 4.1.7 to 4.1.8

Bump actions/download-artifact from 4.1.7 to 4.1.8 #376

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@a5ac7e51b41094c92402da3b24376905380afc29
- 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@65462800fd760344b1a7b4382951275a0abb4808
with:
name: scan-scancode-report
path: ./results/
- name: Artifact download
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
with:
name: scan-scancode-report