File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,10 @@ jobs:
3535 project-name : " scan-2"
3636 pipelines : " scan_codebase"
3737
38- - name : Verify scanpipe and scancode commands availability
38+ - name : Verify scanpipe command availability
3939 shell : bash
4040 run : |
41- echo "Checking ScanCode CLI availability..."
41+ echo "Checking scanpipe CLI availability..."
4242 which scanpipe || { echo "scanpipe not found in PATH"; exit 1; }
43- which scancode || { echo "scancode not found in PATH"; exit 1; }
4443 echo "Versions:"
4544 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}')"
You can’t perform that action at this time.
0 commit comments