Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <laurentsimon@google.com>
  • Loading branch information
laurentsimon committed Aug 2, 2023
1 parent 17ec576 commit 9addffc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ public void execute() throws MojoExecutionException, MojoFailureException {
continue;
}

// Run slsa verification on the artifact and print the result
// It will never fail the build process
// TODO(#665): Harden against script injections.
String arguments = "verify-artifact --provenance-path ";
arguments += "${project.build.directory}/slsa/" + artifact.getArtifactId() + "-" + artifact.getVersion() + "-jar.build.slsa ";
Expand Down

0 comments on commit 9addffc

Please sign in to comment.