-
Notifications
You must be signed in to change notification settings - Fork 18
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
β¨ Add MegaLinter #871
β¨ Add MegaLinter #871
Conversation
π¦ MegaLinter status: β SUCCESS
See detailed report in MegaLinter reports |
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
1 similar comment
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
018131f
to
8fda8b1
Compare
b483b9c
to
4a91a85
Compare
@@ -2,7 +2,7 @@ name: code-formatter | |||
|
|||
on: | |||
pull_request: | |||
types: [opened, edited, reopened, synchronize] | |||
branches: [main] |
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.
What's the reason for changing this? Just curious
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.
By default, it already does opened, reopened and synchronize (REF)
So we'll just be removing edited
with this change, which I believe only triggers uniquely for PR meta-data changes like PR Title, PR Description etc. β»οΈ
And the pipeline running for a PR Title change seems like a waste π
π Purpose
β»οΈ What's changed
π Notes
High
severity issues. These will be looked at separately π FixHigh
Severity Trivy IssuesΒ #903