Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches:
- main

permissions:
Copy link
Collaborator

@anatolyshipitz anatolyshipitz Oct 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional (not critical): The current implementation grants pull-requests: write permission at the workflow level, which means all jobs (lint, sonarqube, hadolint, docker-scout, service-check) inherit this permission.

However, only the docker-scout job actually needs write access to post comments

pull-requests: write

jobs:
lint:
runs-on: ubuntu-latest
Expand Down
Loading