Skip to content

Commit 9f073aa

Browse files
Update README.md
1 parent 8c7ac20 commit 9f073aa

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
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.
22

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:
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 and then move it to replace the one you installed:
44
```
5-
go build .
5+
$ aws-vault --version
6+
v7.2.0
7+
$ location=$(which aws-vault) # /opt/homebrew/bin/aws-vault
8+
$ cd somewhere && git clone https://github.com/kosli-dev/aws-vault.git
9+
$ cd aws-vault
10+
$ go build .
11+
$ mv aws-vault $location
12+
$ aws-vault --version
13+
dev
614
```
7-
Then, move the resulting binary to your bin path.
8-
915

1016
# Original README:
1117

0 commit comments

Comments
 (0)