Skip to content

Commit

Permalink
fix(security): resolve github token reference in reusable workflow
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
bilals12 committed Dec 16, 2024
1 parent e9330c2 commit 82c0695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/security-scan-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on:
required: true
LW_ACCESS_TOKEN:
required: true
GITHUB_TOKEN:
TURO_GITHUB_TOKEN:
required: true
ARTIFACTORY_USERNAME:
required: true
Expand Down

0 comments on commit 82c0695

Please sign in to comment.