Skip to content

feat: display system scan summary to stdout after interactive scan completes#832

Merged
yeisonvargasf merged 1 commit intomainfrom
feat/add-summary-system-scan
Feb 11, 2026
Merged

feat: display system scan summary to stdout after interactive scan completes#832
yeisonvargasf merged 1 commit intomainfrom
feat/add-summary-system-scan

Conversation

@yeisonvargasf
Copy link
Member

Provides users with an overview of scan results after the interactive system scan session ends, improving visibility into what was discovered.

@coderabbitai
Copy link

coderabbitai bot commented Feb 5, 2026

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/add-summary-system-scan

Comment @coderabbitai help to get the list of available commands and usage tips.

@safety-bot
Copy link
Contributor

safety-bot commented Feb 5, 2026

🚀 Artifacts — PR #832 by @yeisonvargasf

Security notice: You are viewing pre-release CI artifacts from PR #832 by @yeisonvargasf. These commands may execute code on your machine. Do NOT run them unless you have reviewed the PR diff and trust the source. The snippets include a confirmation prompt.

Download the wheel file and binaries with gh CLI or from the workflow artifacts.

📦 Install & Run

Pre-requisites

# Install uv if needed
curl -LsSf https://astral.sh/uv/install.sh | sh

# Create and enter artifacts directory
mkdir artifacts && cd artifacts

Quick Test with Python Package

bash -c 'set -euo pipefail; echo; echo "WARNING: You are about to download and execute CI artifacts from PR #832 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 21843227775 -n dist -R pyupio/safety; uvx safety-*-py3-none-any.whl --version'

Run other Safety commands as follows

uvx safety-*-py3-none-any.whl auth status
uvx safety-*-py3-none-any.whl auth login
uvx safety-*-py3-none-any.whl scan

Note: You need to be logged in to GitHub to access the artifacts.

@yeisonvargasf yeisonvargasf force-pushed the feat/add-summary-system-scan branch from 9ca8e3f to 882d3e1 Compare February 5, 2026 02:19
@yeisonvargasf yeisonvargasf self-assigned this Feb 5, 2026
Copy link

@felipekamakura felipekamakura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yeisonvargasf yeisonvargasf force-pushed the feat/add-summary-system-scan branch from 882d3e1 to 6068b03 Compare February 5, 2026 02:30
@yeisonvargasf yeisonvargasf added the enhancement Suggests an improvement or new feature. label Feb 5, 2026
@yeisonvargasf yeisonvargasf force-pushed the feat/add-summary-system-scan branch from 6068b03 to 44f93ee Compare February 5, 2026 22:38
…mpletes

Provides users with an overview of scan results after the interactive system scan session ends, improving visibility into what was discovered.
@yeisonvargasf yeisonvargasf force-pushed the feat/add-summary-system-scan branch from 44f93ee to da36647 Compare February 9, 2026 22:25
@yeisonvargasf yeisonvargasf merged commit 592e559 into main Feb 11, 2026
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Suggests an improvement or new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants