mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-17 05:56:37 +00:00
Changed success message to a more general "PASSED: SLSA verification passed"
Signed-off-by: Ramon Petgrave <ramon.petgrave64@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
SUCCESS = "PASSED: Verified SLSA provenance"
|
||||
SUCCESS = "PASSED: SLSA verification passed"
|
||||
FAILURE = "FAILED: SLSA verification failed"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user