There was an error while loading. Please reload this page.
1 parent 9a093a1 commit ccc3f9bCopy full SHA for ccc3f9b
1 file changed
.github/workflows/multi-runs.yml
@@ -35,12 +35,10 @@ jobs:
35
project-name: "scan-2"
36
pipelines: "scan_codebase"
37
38
- - name: Verify scanpipe and scancode commands availability
+ - name: Verify scanpipe command availability
39
shell: bash
40
run: |
41
- echo "Checking ScanCode CLI availability..."
+ echo "Checking scanpipe CLI availability..."
42
which scanpipe || { echo "scanpipe not found in PATH"; exit 1; }
43
- which scancode || { echo "scancode not found in PATH"; exit 1; }
44
echo "Versions:"
45
scanpipe --version
46
- scanpipe shell -c "import scancodeio; from scancode_config import __version__ as scancode_version;print(f'ScanCode.io version: {scancodeio.__version__}');print(f'ScanCode-toolkit version: v{scancode_version}')"
0 commit comments