File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -10,21 +10,26 @@ builds:
1010 goos :
1111 - darwin
1212 - linux
13+ - windows
1314 goarch :
1415 - amd64
1516 - arm64
1617
1718archives :
1819 - formats :
1920 - tar.gz
21+ format_overrides :
22+ - goos : windows
23+ formats :
24+ - zip
2025 name_template : " shellguard_{{ .Os }}_{{ .Arch }}"
2126
2227homebrew_casks :
2328 - name : shellguard
2429 binaries :
2530 - shellguard
2631 repository :
27- owner : jonchun
32+ owner : fawdyinc
2833 name : homebrew-tap
2934 token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
3035 homepage : https://github.com/fawdyinc/shellguard
@@ -41,5 +46,5 @@ checksum:
4146
4247release :
4348 github :
44- owner : jonchun
49+ owner : fawdyinc
4550 name : shellguard
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ Commands are restricted to a curated set of observation and diagnostic tools. De
1616### Install
1717
1818``` bash
19- brew install jonchun /tap/shellguard
19+ brew install fawdyinc /tap/shellguard
2020```
2121
2222Or download the latest binary:
2323
2424``` bash
25- curl -fsSL https://raw.githubusercontent.com/jonchun /shellguard/main/install.sh | sh
25+ curl -fsSL https://raw.githubusercontent.com/fawdyinc /shellguard/main/install.sh | sh
2626```
2727
2828Or with Go:
Original file line number Diff line number Diff line change 11#! /bin/sh
22set -e
33
4- REPO=" jonchun /shellguard"
4+ REPO=" fawdyinc /shellguard"
55INSTALL_DIR=" ${SHELLGUARD_INSTALL_DIR:-/ usr/ local/ bin} "
66
77main () {
You can’t perform that action at this time.
0 commit comments