just-shield 0.2.1

Pre-execution supply-chain scanner for GitHub Actions workflows
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "just-shield"
version = "0.2.1"
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