mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Log audit stats as verbose, not as information
This commit is contained in:
parent
9901cb8502
commit
a7946377b4
14 changed files with 273 additions and 214 deletions
|
|
@ -28,7 +28,9 @@ describe("E2E: bun coverage", () => {
|
|||
|
||||
it(`safe-chain succesfully installs safe packages`, async () => {
|
||||
const shell = await container.openShell("bash");
|
||||
const result = await shell.runCommand("bun i axios");
|
||||
const result = await shell.runCommand(
|
||||
"bun i axios --safe-chain-logging=verbose"
|
||||
);
|
||||
|
||||
assert.ok(
|
||||
result.output.includes("no malware found."),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue