feat: major revamp of the system scan beta command#829
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
🚀 Artifacts — PR #829 by @yeisonvargasf
Download the wheel file and binaries with gh CLI or from the workflow artifacts. 📦 Install & RunPre-requisites# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create and enter artifacts directory
mkdir artifacts && cd artifactsQuick Test with Python Packagebash -c 'set -euo pipefail; echo; echo "WARNING: You are about to download and execute CI artifacts from PR #829 by @yeisonvargasf. Do NOT proceed unless you have reviewed the PR diff and trust the source."; echo; read -rp "Type I understand to continue: " C; [ "$C" = "I understand" ] || { echo "Aborted."; exit 1; }; gh run download 21685235098 -n dist -R pyupio/safety; uvx safety-*-py3-none-any.whl --version'Run other Safety commands as followsuvx safety-*-py3-none-any.whl auth status
uvx safety-*-py3-none-any.whl auth login
uvx safety-*-py3-none-any.whl scan
|
803d477 to
5be0020
Compare
8bdcfd0 to
14fe338
Compare
This introduces a new type of system scan as a beta command.
14fe338 to
32e4497
Compare
felipekamakura
left a comment
There was a problem hiding this comment.
I skimmed into the design and it's amazing. I love the decoupling, callbacks and organization overall.
Thanks, nice job.
I don't have much valuable feedback on the details.
This introduces a new type of system scan as a beta command.