Skip to content

Commit deeb439

Browse files
committed
remove release workflow; update README
1 parent aa987a1 commit deeb439

File tree

2 files changed

+11
-32
lines changed

2 files changed

+11
-32
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Since the original repository seems to be no longer maintained (no updates for over a year) and this tool is a critical security component that should be updated regularly to address known CVEs, we decided to fork it under the kosli-dev organization and update dependencies ourselves.
2+
3+
For macOS, the aws-vault binary should be notarized. Since we haven't implemented this yet, you will need to build the binary yourself on your local machine. Simply run:
4+
```
5+
go build .
6+
```
7+
Then, move the resulting binary to your bin path.
8+
9+
10+
# Original README:
11+
112
# AWS Vault
213

314
[![Downloads](https://img.shields.io/github/downloads/99designs/aws-vault/total.svg)](https://github.com/99designs/aws-vault/releases)

0 commit comments

Comments
 (0)