From d5bf7dc720be5661f872690cb8ba0a27422490ca Mon Sep 17 00:00:00 2001 From: Ivan Date: Sun, 7 Sep 2025 02:40:33 -0500 Subject: [PATCH] Update --- .github/workflows/bearer.yml | 17 ----------------- README.md | 3 +-- 2 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 .github/workflows/bearer.yml diff --git a/.github/workflows/bearer.yml b/.github/workflows/bearer.yml deleted file mode 100644 index 7eccde5..0000000 --- a/.github/workflows/bearer.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Bearer - -on: - push: - branches: - - main - -permissions: - contents: read - -jobs: - rule_check: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Bearer - uses: bearer/bearer-action@v2 \ No newline at end of file diff --git a/README.md b/README.md index 8341cbc..b232d86 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,9 @@ > [!WARNING] > This project is still work in progress. Currently not compatible with the Python version. -[![Socket Badge](https://socket.dev/api/badge/go/package/github.com/sudo-ivan/reticulum-go?version=v0.3.9)](https://socket.dev/go/package/github.com/sudo-ivan/reticulum-go) +[![Socket Badge](https://socket.dev/api/badge/go/package/github.com/sudo-ivan/reticulum-go?version=v0.4.0)](https://socket.dev/go/package/github.com/sudo-ivan/reticulum-go) ![Go Test](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/go-test.yml/badge.svg) ![Run Gosec](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/gosec.yml/badge.svg) -[![Bearer](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/bearer.yml/badge.svg)](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/bearer.yml) [![Go Build Multi-Platform](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/build.yml/badge.svg)](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/build.yml) [![Go Revive Lint](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/revive.yml/badge.svg)](https://github.com/Sudo-Ivan/Reticulum-Go/actions/workflows/revive.yml)