[package]
edition = "2024"
name = "just-shield"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-execution supply-chain scanner for GitHub Actions workflows"
readme = "README.md"
keywords = [
"supply-chain",
"github-actions",
"security",
"ci",
"scanner",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kihyun1998/just-shield"
[lib]
name = "just_shield"
path = "src/lib.rs"
[[bin]]
name = "just-shield"
path = "src/main.rs"
[[test]]
name = "corpus"
path = "tests/corpus.rs"
[[test]]
name = "dns_observer"
path = "tests/dns_observer.rs"
[[test]]
name = "fix"
path = "tests/fix.rs"
[[test]]
name = "lock"
path = "tests/lock.rs"
[[test]]
name = "observe_report"
path = "tests/observe_report.rs"
[[test]]
name = "online_rules"
path = "tests/online_rules.rs"
[[test]]
name = "sarif"
path = "tests/sarif.rs"
[[test]]
name = "scan"
path = "tests/scan.rs"
[[test]]
name = "typosquat_rule"
path = "tests/typosquat_rule.rs"
[dependencies]
[profile.release]
lto = true
strip = true