You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,25 +36,36 @@ If you are scanning a git repository, `bucketeer-code-refs` requires git (tested
36
36
#### macOS
37
37
38
38
```bash
39
-
# TODO: Add installation instructions for macOS
39
+
brew tap bucketeer-io/code-refs https://github.com/bucketeer-io/code-refs
40
+
brew install bucketeer-find-code-refs
40
41
```
41
42
43
+
You can now run `bucketeer-find-code-refs`.
44
+
42
45
#### Linux
43
46
47
+
Supports `x86_64`, `arm64`, and `i386`. The script auto-detects your architecture and installs via `dpkg`, `rpm`, or a binary depending on your system.
A Windows executable of `bucketeer-find-code-refs` is available on the [releases page](https://github.com/bucketeer-io/code-refs/releases/latest).
53
58
54
59
#### Docker
55
60
61
+
`bucketeer-find-code-refs` is available as a Docker image on the GitHub Container Registry. The image provides an entrypoint for `bucketeer-find-code-refs`, to which command line arguments may be passed. Your repository to be scanned should be mounted as a volume.
0 commit comments