mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Update logging for audit
This commit is contained in:
parent
30a347d0b3
commit
41fda7f6ed
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ export async function auditChanges(changes) {
|
|||
);
|
||||
|
||||
for (const change of changes) {
|
||||
console.log("**** Auditing change:", change);
|
||||
console.log(" Safe-chain: auditing package:", change);
|
||||
const malwarePackage = malwarePackages.find(
|
||||
(pkg) => pkg.name === change.name && pkg.version === change.version
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue