phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
101 stars 10 forks source link

Remove unrelated output from `parse-sandboxed` #1334

Closed cd-work closed 7 months ago

cd-work commented 7 months ago

This patch removes all output from parse-sandboxed that isn't directly related to its purpose of parsing dependency files. This includes omitting both config and update messages.

Closes #1328.