krz/crumb

A local alternative to your browser's history.

clone: git clone https://gitbay.org/krz/crumb.git

c0514f4538bfa31071bf1b9f3a3303c5a9046740

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2025-06-04T19:10:56Z
committer: <noreply@github.com>

Potential fix for code scanning alert no. 1: Workflow does not contain permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
 .github/workflows/ruff.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/ruff.yml b/.github/workflows/ruff.yml
index 61f90cb..94b7b63 100644
--- a/.github/workflows/ruff.yml
+++ b/.github/workflows/ruff.yml
@@ -5,6 +5,9 @@ on:
     paths:
       - '**.py'
 
+permissions:
+  contents: write
+
 jobs:
   build:
     runs-on: ubuntu-latest