From 82c06958d75e8c053156681bf1f383b2f0c37f6d Mon Sep 17 00:00:00 2001 From: bilals12 Date: Mon, 16 Dec 2024 16:46:20 -0500 Subject: [PATCH] fix(security): resolve github token reference in reusable workflow - Update github-token reference to avoid reserved name collision - Maintain existing input format consistent with container-scan action - Keep secrets handling consistent with current implementation SEC-3351 --- .github/workflows/security-scan-reusable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan-reusable.yaml b/.github/workflows/security-scan-reusable.yaml index 3ea65f1..65ba55c 100644 --- a/.github/workflows/security-scan-reusable.yaml +++ b/.github/workflows/security-scan-reusable.yaml @@ -32,7 +32,7 @@ on: required: true LW_ACCESS_TOKEN: required: true - GITHUB_TOKEN: + TURO_GITHUB_TOKEN: required: true ARTIFACTORY_USERNAME: required: true