-
Notifications
You must be signed in to change notification settings - Fork 2
fix: add sonar and change the dependabot.yaml file #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: Sonar Analysis Secure | ||
|
|
||
| on: | ||
| workflow_run: | ||
| workflows: ["Quality"] | ||
| types: | ||
| - completed | ||
|
|
||
| permissions: | ||
| contents: read | ||
| statuses: write | ||
|
|
||
| jobs: | ||
| check: | ||
| uses: openkcm/build/.github/workflows/sonar.yaml@main | ||
| secrets: inherit | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Best Practices: File is missing a newline at end of file The file ends without a trailing newline. POSIX-compliant text files should end with a newline; many tools (git diff, linters) will warn about files that lack one. Consider adding a trailing newline after the last line. Please provide feedback on the review comment by checking the appropriate box:
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Best Practices: File is missing a newline at end of file
The file ends without a trailing newline. POSIX-compliant text files should end with a newline; many tools (git diff, linters) will warn about files that lack one. Consider adding a trailing newline after the last line.
Please provide feedback on the review comment by checking the appropriate box: