Skip to content

Potential fix for code scanning alert no. 27: Workflow does not contain permissions#1524

Closed
eleanorreem wants to merge 1 commit intodevelopfrom
alert-autofix-27
Closed

Potential fix for code scanning alert no. 27: Workflow does not contain permissions#1524
eleanorreem wants to merge 1 commit intodevelopfrom
alert-autofix-27

Conversation

@eleanorreem
Copy link
Copy Markdown
Contributor

Potential fix for https://github.com/chaynHQ/bloom-frontend/security/code-scanning/27

To fix the issue, we need to add a permissions block to the wait-for-vercel-deployment job. Since this job only interacts with the Vercel API and does not perform any write operations on the repository, it likely only requires contents: read permissions. This ensures that the job has the minimal permissions necessary to function correctly.

The permissions block should be added directly under the wait-for-vercel-deployment job definition.


Suggested fixes powered by Copilot Autofix. Review carefully before merging.

…in permissions

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Jul 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
bloom-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 1, 2025 10:40am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants