Skip to content

Commit 58babca

Browse files
authored
Add badges (#4)
* Add workflows for prettier and tagging #MAJOR * Alter workflow to include shellcheck * Add badges
1 parent 720f1f1 commit 58babca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
2+
![CI](https://github.com/benno001/aws-iam-access-key-rotator/workflows/CI/badge.svg?branch=master)
3+
[![GitHub version](https://badge.fury.io/gh/benno001%2Faws-iam-access-key-rotator.svg)](https://badge.fury.io/gh/benno001%2Faws-iam-access-key-rotator)
4+
![license](https://img.shields.io/github/license/benno001/aws-iam-access-key-rotator)
5+
16
# AWS IAM access key rotation helper script
27

38
Rotates access keys in `~/.aws/credentials` for a given profile by creating a new one and deleting the old one. Does not work if the user has more than one access key configured already.

0 commit comments

Comments
 (0)