Skip to content

Provide the proper env for the script #6 #38

Provide the proper env for the script #6

Provide the proper env for the script #6 #38

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@alpha
with:
pipelines: "scan_single_package"