Skip to content

Update viperview.py#1

Open
shubhamsangle25 wants to merge 1 commit intoExoFi-Labs:mainfrom
shubhamsangle25:patch-1
Open

Update viperview.py#1
shubhamsangle25 wants to merge 1 commit intoExoFi-Labs:mainfrom
shubhamsangle25:patch-1

Conversation

@shubhamsangle25
Copy link

Adding functionality -

Output your environment as a lightweight SBOM-style JSON or plain text for build-time introspection and tracking changes across builds.

Instructions

Basic text output

- python pysleuth.py

Generate JSON SBOM

- python pysleuth.py --format json --output packages.json

Generate CycloneDX SBOM

- python pysleuth.py --format cyclonedx --output sbom.json

Launch GUI (optional)

- python pysleuth.py --gui

I took the liberty to rename the app since a the program is an actual package sleuth. Feel free to dismiss it.

Adding functionality - 

Output your environment as a lightweight SBOM-style JSON or plain text for build-time introspection and tracking changes across builds.

Instructions

# Basic text output
    - python pysleuth.py
   
# Generate JSON SBOM
    - python pysleuth.py --format json --output packages.json

# Generate CycloneDX SBOM
    - python pysleuth.py --format cyclonedx --output sbom.json

# Launch GUI (optional)
    - python pysleuth.py --gui

I took the liberty to rename the app since a the program is an actual package sleuth. Feel free to dismiss it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant