Skip to content

Commit

Permalink
Update buildType to point to WASdev repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoho committed Nov 20, 2024
1 parent d76cbc9 commit 16b8342
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Optional parameters:

`$ mvn package -DbuilderId="https://example.com/builder_id" -DprovenanceFileName="provenance.json"`

- `-DbuildType`: A URI, which has requirements that can be found at https://slsa.dev/spec/v1.0/provenance#buildType. The default value is `https://github.com/ayoho/slsa-maven-plugin/tree/main/v1.0`. It is recommended to update the build type using this parameter if this repository is forked.
- `-DbuildType`: A URI, which has requirements that can be found at https://slsa.dev/spec/v1.0/provenance#buildType. The default value is `https://github.com/WASdev/slsa-maven-plugin/tree/main/v1.0`. It is recommended to update the build type using this parameter if this repository is forked.

Example:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
@Mojo(name = "generate-provenance")
public class GenerateProvenanceMojo extends AbstractMojo {

public static final String BUILD_TYPE_DEFAULT = "https://github.com/ayoho/slsa-maven-plugin/tree/main/v1.0";
public static final String BUILD_TYPE_DEFAULT = "https://github.com/WASdev/slsa-maven-plugin/tree/main/v1.0";

public static final String PROVENANCE_FILE_DEFAULT_OUTPUT_PATH = "target/slsa";
public static final String PROVENANCE_FILE_DEFAULT_NAME = "slsa_provenance.json";
Expand Down
2 changes: 1 addition & 1 deletion v1.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This page describes a build type as outlined and recommended by https://slsa.dev
## Description

```jsonc
"buildType" : "https://github.com/ayoho/slsa-maven-plugin/tree/main/v1.0"
"buildType" : "https://github.com/WASdev/slsa-maven-plugin/tree/main/v1.0"
```

This document describes the build type for the SLSA Maven Plugin. The plugin generates a SLSA Provenance file based on a Maven project using Git.
Expand Down

0 comments on commit 16b8342

Please sign in to comment.