Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

OpenSSF `criticality_score` tool in a container.

Notifications You must be signed in to change notification settings

ran-dall/criticality_score-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Open Source Project Criticality Score - Containerized

🔨 Build

$ buildah build --tag criticality_score

🏃 Run

$ podman run --rm --secret=GitHub-Auth-Token,type=env,target=GITHUB_AUTH_TOKEN --env REPO=<target-repo-to-scan> localhost/criticality_score

Authentication Tokens 🪙

printf "<your-auth-token>" | podman secret create GitHub-Auth-Token -

Refer to upstream's documentation for more information on Authentication: https://github.com/ossf/criticality_score#authentication.


🗒️ Options

The follow runtime options are available for modification as environment variables:

OUTPUT_FORMAT = default

Refer to upstream's documentation for more information on how available options work: https://github.com/ossf/criticality_score.

About

OpenSSF `criticality_score` tool in a container.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published