-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Fun Mode to Celebrate Vulnerability-Free Scans #649
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 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
6988f4d
to
d9ab05e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fun is fun.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
32cf977
to
7bfb4c1
Compare
Pull Request Description
This PR introduces Fun Mode, an exciting way to celebrate successful vulnerability scans in SafetyCLI. Fun Mode enhances user engagement by displaying a variety of celebratory effects when no vulnerabilities are detected.
Key Changes
run_easter_egg(console, exit_code)
:celebration_effects.py
):easter_eggs.py
:Example Usage
To enable Fun Mode, set the environment variable:
export SAFETY_FUN_MODE=fx
Run a vulnerability scan. If no vulnerabilities are found, a random celebratory effect will be displayed!
Why This is Useful