mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Fix permissions issue with aikido-pip3
This commit is contained in:
parent
e25146a2d2
commit
8f877742d0
2 changed files with 1 additions and 0 deletions
0
packages/safe-chain/bin/aikido-pip3.js
Normal file → Executable file
0
packages/safe-chain/bin/aikido-pip3.js
Normal file → Executable file
|
|
@ -12,6 +12,7 @@ export const knownAikidoTools = [
|
|||
{ tool: "bun", aikidoCommand: "aikido-bun" },
|
||||
{ tool: "bunx", aikidoCommand: "aikido-bunx" },
|
||||
{ tool: "pip", aikidoCommand: "aikido-pip" },
|
||||
{ tool: "pip3", aikidoCommand: "aikido-pip3" },
|
||||
// When adding a new tool here, also update the documentation for the new tool in the README.md
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue