-
Notifications
You must be signed in to change notification settings - Fork 47
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
feat(RELEASE-951): integrate Checkton for linting #446
feat(RELEASE-951): integrate Checkton for linting #446
Conversation
Hi @seanconroy2021. Thanks for your PR. I'm waiting for a konflux-ci member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
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. |
f2a5d69
to
6e33da9
Compare
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.
/ok-to-test
6e33da9
to
6308e16
Compare
9e095e5
to
91b297f
Compare
91b297f
to
392e1cf
Compare
bfae29e
to
5c537fc
Compare
a27895d
to
cac841d
Compare
This updats the linting workflow by adding Checkton. Checkton will review code for linting errors. Changes: * Added a step to the workflow to run Checkton. * Configured Checkton to upload the SARIF report. Signed-off-by: Sean Conroy <[email protected]>
cac841d
to
c8d87f7
Compare
New changes are detected. LGTM label has been removed. |
This updats the linting workflow by adding Checkton. Checkton will review code for linting errors.
Please see other PR here
Changes: