audit-labs/tutorials

Learn how to perform data analysis, scripting, automation, and more!

clone: git clone https://gitbay.org/audit-labs/tutorials.git

e922eba4f68211ab2fab1ba6261b4a7bb78e9c3e

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2026-08-19T16:39:18Z
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/run-notebooks.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/run-notebooks.yml b/.github/workflows/run-notebooks.yml
index 9886f84..b354a47 100644
--- a/.github/workflows/run-notebooks.yml
+++ b/.github/workflows/run-notebooks.yml
@@ -7,6 +7,9 @@ on:
     branches: [ main ]
   workflow_dispatch:
 
+permissions:
+  contents: read
+
 jobs:
   run-notebooks:
     runs-on: ubuntu-latest