Ian Kretz
Results
2
issues of
Ian Kretz
This PR adds a `--diff` option to the `scan` subcommand: ```bash $ guarddog pypi scan requests --diff 2.32.2 $ guarddog npm scan /tmp/axios_1.8.4 --diff /tmp/axios_1.8.3.tar.gz ``` This will perform source...
This PR separates the samples syncing and manifest file syncing into two separate workflows. A new script, `scripts/sync-manifest/` has been added, along with a corresponding new workflow, `.github/workflows/sync-manifest.yaml`. As an...