From 553396483e766c9d8cdd664619e83da57f22600b Mon Sep 17 00:00:00 2001 From: ARUNAVO RAY Date: Wed, 1 Oct 2025 07:06:06 +0530 Subject: [PATCH] Potential fix for code scanning alert no. 33: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/helm-test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 18ec940..6758eca 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -1,5 +1,8 @@ name: Helm Chart CI +permissions: + contents: read + on: pull_request: paths: