From 0f5622a274171a814d2681c79a1ba0dccbbf8d00 Mon Sep 17 00:00:00 2001 From: GGMU <49076226+tomersein@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:48:53 +0300 Subject: [PATCH] Potential fix for code scanning alert no. 5: Workflow does not contain permissions Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/LicenseCompliance.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/LicenseCompliance.yml b/.github/workflows/LicenseCompliance.yml index 0ae025b..32a0660 100644 --- a/.github/workflows/LicenseCompliance.yml +++ b/.github/workflows/LicenseCompliance.yml @@ -1,4 +1,6 @@ name: License Compliance Scan +permissions: + contents: read on: push: