mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Adapt the structure to parse the initial pip commands
This commit is contained in:
parent
982da4aa77
commit
1b82aeb6b0
7 changed files with 273 additions and 22 deletions
|
|
@ -0,0 +1,10 @@
|
|||
/**
|
||||
* Null scanner that returns no dependencies
|
||||
* Used when a command is not supported for scanning
|
||||
*/
|
||||
export function nullScanner() {
|
||||
return {
|
||||
shouldScan: () => false,
|
||||
scan: () => [],
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue