Skip to content

1.38.6 version #24

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@ Data is the ultimate motivator for hackers. Hackers are constantly looking for w
### Mac

```sh
curl https://raw.githubusercontent.com/CloudDefenseAI/cd/master/latest/cd-latest-mac-x64.tar.gz > /tmp/cd-latest-mac-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-mac-x64.tar.gz && chmod +x /usr/local/bin/cdefense
curl https://raw.githubusercontent.com/CloudDefenseAI/cd/release-1.38.6/latest/cd-latest-mac-x64.tar.gz > /tmp/cd-latest-mac-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-mac-x64.tar.gz && chmod +x /usr/local/bin/cdefense
```
### Windows

```sh
https://github.com/CloudDefenseAI/cd/raw/master/latest/cd-latest-windows.exe.tar.gz
https://github.com/CloudDefenseAI/cd/raw/release-1.38.6/latest/cd-latest-windows.exe.tar.gz
```
### Linux

```sh
sudo curl https://raw.githubusercontent.com/CloudDefenseAI/cd/master/latest/cd-latest-linux-x64.tar.gz > /tmp/cd-latest-linux-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-linux-x64.tar.gz && chmod +x /usr/local/bin/cdefense
sudo curl https://raw.githubusercontent.com/CloudDefenseAI/cd/release-1.38.6/latest/cd-latest-linux-x64.tar.gz > /tmp/cd-latest-linux-x64.tar.gz && tar -C /usr/local/bin -xzf /tmp/cd-latest-linux-x64.tar.gz && chmod +x /usr/local/bin/cdefense
```
## Integrations
<ol>
Expand Down
Binary file added release-1.38.6/cd-latest-alpine-x64.tar.gz
Binary file not shown.
Binary file added release-1.38.6/cd-latest-linux-x64.tar.gz
Binary file not shown.
Binary file added release-1.38.6/cd-latest-mac-x64.tar.gz
Binary file not shown.
Binary file added release-1.38.6/cd-latest-windows.exe.tar.gz
Binary file not shown.