From c0a3c9b6d52601ccb10d7872603c70e11025b022 Mon Sep 17 00:00:00 2001 From: Bruno Grasselli <67680+brunograsselli@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:59:30 +0100 Subject: [PATCH] Fix CI badge in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0b98058..d3063591 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![](https://godoc.org/github.com/crewjam/saml?status.svg)](http://godoc.org/github.com/crewjam/saml) -![Build Status](https://github.com/crewjam/saml/workflows/Presubmit/badge.svg) +![Build Status](https://github.com/crewjam/saml/workflows/test/badge.svg) Package saml contains a partial implementation of the SAML standard in golang. SAML is a standard for identity federation, i.e. either allowing a third party to authenticate your users or allowing third parties to rely on us to authenticate their users.