Improve input-urls syntax #4 #24
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [push] | |
jobs: | |
scan-codebase: | |
runs-on: ubuntu-22.04 | |
name: Scan package with ScanCode.io | |
steps: | |
- name: Download repository archive to scancode-inputs/ directory | |
run: | | |
wget --directory-prefix=scancode-inputs https://github.com/${GITHUB_REPOSITORY}/archive/${GITHUB_REF}.zip | |
- uses: nexB/scancode-action@4-d2d-examples | |
with: | |
pipelines: "scan_single_package" |