Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ jobs:
# Point the image landing-page/documentation labels at the website;
# org.opencontainers.image.source stays the repo (auto-derived).
labels: |
org.opencontainers.image.url=https://getprovenant.github.io
org.opencontainers.image.documentation=https://getprovenant.github.io
org.opencontainers.image.url=https://getprovenant.dev
org.opencontainers.image.documentation=https://getprovenant.dev

- name: Build and push multi-arch image
id: build
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: "1.0.3"
type: software
license: Apache-2.0
repository-code: "https://github.com/getprovenant/provenant"
url: "https://getprovenant.github.io"
url: "https://getprovenant.dev"
authors:
- name: "The Provenant contributors"
abstract: >-
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2024"
rust-version = "1.96"
autobins = false
repository = "https://github.com/getprovenant/provenant"
homepage = "https://getprovenant.github.io"
homepage = "https://getprovenant.dev"
documentation = "https://github.com/getprovenant/provenant/blob/main/docs/DOCUMENTATION_INDEX.md"
description = "Fast Rust scanner for licenses, copyrights, package metadata, SBOMs, and provenance data."
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Provenant

[Website](https://getprovenant.github.io) · [Why Provenant?](#why-provenant) · [Workflows](#choose-a-workflow) · [Install](#install) · [CLI Guide](docs/CLI_GUIDE.md) · [Benchmarks](docs/BENCHMARKS.md) · [Supported Formats](docs/SUPPORTED_FORMATS.md) · [Architecture](docs/ARCHITECTURE.md)
[Website](https://getprovenant.dev) · [Why Provenant?](#why-provenant) · [Workflows](#choose-a-workflow) · [Install](#install) · [CLI Guide](docs/CLI_GUIDE.md) · [Benchmarks](docs/BENCHMARKS.md) · [Supported Formats](docs/SUPPORTED_FORMATS.md) · [Architecture](docs/ARCHITECTURE.md)

[![Latest Release](https://img.shields.io/github/v/release/getprovenant/provenant?display_name=tag)](https://github.com/getprovenant/provenant/releases/latest)
[![Crates.io](https://img.shields.io/crates/v/provenant-cli.svg)](https://crates.io/crates/provenant-cli)
Expand All @@ -13,7 +13,7 @@ Provenant ports the [ScanCode Toolkit](https://github.com/aboutcode-org/scancode

![Provenant and the reference scanner racing the same astral-sh/uv scan side by side](docs/provenant-demo.gif)

_The same [`astral-sh/uv`](https://github.com/astral-sh/uv) scan, identical flags (`--license --package`), one process each: Provenant finishes in seconds while the reference is still going. See the annotated [speed & output-quality comparison](https://getprovenant.github.io/compare/), or the full [benchmarks](docs/BENCHMARKS.md)._
_The same [`astral-sh/uv`](https://github.com/astral-sh/uv) scan, identical flags (`--license --package`), one process each: Provenant finishes in seconds while the reference is still going. See the annotated [speed & output-quality comparison](https://getprovenant.dev/compare/), or the full [benchmarks](docs/BENCHMARKS.md)._

## Quick Start

Expand Down
Loading