mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Adapt per review
This commit is contained in:
parent
9dacf5cff3
commit
190607de92
27 changed files with 191 additions and 114 deletions
|
|
@ -46,8 +46,7 @@ function createUnixShims(shimsDir) {
|
|||
|
||||
const template = fs.readFileSync(templatePath, "utf-8");
|
||||
|
||||
// Create a shim for each tool except pip for now.
|
||||
// TODO(pip): Enable pip and pip3 CI support
|
||||
// Create a shim for each tool except pip (CI support not yet implemented)
|
||||
let created = 0;
|
||||
for (const toolInfo of knownAikidoTools) {
|
||||
if (toolInfo.tool === "pip") {
|
||||
|
|
@ -89,8 +88,7 @@ function createWindowsShims(shimsDir) {
|
|||
|
||||
const template = fs.readFileSync(templatePath, "utf-8");
|
||||
|
||||
// Create a shim for each tool except pip for now.
|
||||
// TODO(pip): Enable pip and pip3 CI support
|
||||
// Create a shim for each tool except pip (CI support not yet implemented)
|
||||
let created = 0;
|
||||
for (const toolInfo of knownAikidoTools) {
|
||||
if (toolInfo.tool === "pip") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue