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:
Ramon Petgrave
2024-06-13 22:22:39 +00:00
parent 18c5f13b3e
commit 7980fdebf6

View File

@@ -24,7 +24,7 @@ import (
)
const (
SUCCESS = "PASSED: Verified SLSA provenance"
SUCCESS = "PASSED: SLSA verification passed"
FAILURE = "FAILED: SLSA verification failed"
)