From e486923e8fb3f8f8fdf3bf8bf6cac9244efc9aae Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 11 Mar 2025 22:32:36 -0500 Subject: [PATCH] update --- .github/workflows/gosec.yml | 28 ++++++++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 .github/workflows/gosec.yml diff --git a/.github/workflows/gosec.yml b/.github/workflows/gosec.yml new file mode 100644 index 0000000..1f35c3e --- /dev/null +++ b/.github/workflows/gosec.yml @@ -0,0 +1,28 @@ +name: "Security Scan" + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + schedule: + - cron: '0 0 * * 0' + +jobs: + tests: + runs-on: ubuntu-latest + permissions: + security-events: write + env: + GO111MODULE: on + steps: + - name: Checkout Source + uses: actions/checkout@v4 + - name: Run Gosec Security Scanner + uses: securego/gosec@master + with: + args: '-no-fail -fmt sarif -out results.sarif ./...' + - name: Upload SARIF file + uses: github/codeql-action/upload-sarif@v2 + with: + sarif_file: results.sarif \ No newline at end of file diff --git a/README.md b/README.md index d909717..d221275 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Reticulum-Go > [!NOTE] -> This is WIP and not ready as of MAR 2025, I am busy but will work on when I am able to. +> This is WIP and not ready as of MAR 2025, I am busy but will work on it when I am able to. [Reticulum Network](https://github.com/markqvist/Reticulum) implementation in Go. -Aiming for full spec compatibility with the Python version 0.8.8+. +Aiming for full spec compatibility with the Python version 0.9.2. `Go 1.24.0`