From d8d38fdfe4d1247e384188c827c4a1f6501a9280 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Mon, 29 Dec 2025 22:14:39 -0600 Subject: [PATCH] Add Bearer security scanner workflow and update README with new badge --- .gitea/workflows/bearer.yml | 27 +++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 28 insertions(+) create mode 100644 .gitea/workflows/bearer.yml diff --git a/.gitea/workflows/bearer.yml b/.gitea/workflows/bearer.yml new file mode 100644 index 0000000..a62ce0d --- /dev/null +++ b/.gitea/workflows/bearer.yml @@ -0,0 +1,27 @@ +name: Bearer + +on: + push: + branches: + - main + - master + pull_request: + branches: + - main + - master + workflow_dispatch: + +permissions: + contents: read + +jobs: + scan: + runs-on: ubuntu-latest + steps: + - name: Checkout Source + uses: https://git.quad4.io/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + - name: Run Bearer Security Scanner + uses: https://git.quad4.io/actions/bearer-action@828eeb928ce2f4a7ca5ed57fb8b59508cb8c79bc # v2 + with: + path: ./ + diff --git a/README.md b/README.md index 73ff3ff..847dd2e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![Revive Lint](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/revive.yml/badge.svg?branch=main)](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/revive.yml) [![Go Test](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/go-test.yml/badge.svg?branch=main)](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/go-test.yml) [![Gosec](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/gosec.yml/badge.svg?branch=main)](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/gosec.yml) +[![Bearer](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/bearer.yml/badge.svg?branch=main)](https://git.quad4.io/Networks/Reticulum-Go/actions/workflows/bearer.yml) A high-performance Go implementation of the [Reticulum Network Stack](https://github.com/markqvist/Reticulum)