Skip to content

Commit

Permalink
Fix the CICD badge
Browse files Browse the repository at this point in the history
The badge image still pointed at Travis, which is no longer used.
  • Loading branch information
epierce authored Apr 17, 2023
1 parent 2f3f5b2 commit 61af09b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gimme AWS Creds

[![][license img]][license]
[![Build Status](https://travis-ci.org/Nike-Inc/gimme-aws-creds.svg?branch=master)](https://travis-ci.org/Nike-Inc/gimme-aws-creds)
[![][cicd img]][cicd]

gimme-aws-creds is a CLI that utilizes an [Okta](https://www.okta.com/) IdP via SAML to acquire temporary AWS credentials via AWS STS.

Expand Down Expand Up @@ -413,4 +413,6 @@ I came across [okta_aws_login](https://github.com/nimbusscale/okta_aws_login) wr
Gimme AWS Creds is released under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
[license]:LICENSE
[license img]:https://img.shields.io/badge/License-Apache%202-blue.svg
[license img]:https://img.shields.io/badge/License-Apache%202-blue.svg
[cicd]:https://github.com/Nike-Inc/gimme-aws-creds/actions/workflows/cicd.yml
[cicd img]:https://github.com/Nike-Inc/gimme-aws-creds/actions/workflows/cicd.yml/badge.svg

0 comments on commit 61af09b

Please sign in to comment.