Skip to content
This repository was archived by the owner on Oct 27, 2024. It is now read-only.

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.

Topics

Resources

Stars

Watchers

Forks