-
Notifications
You must be signed in to change notification settings - Fork 8
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 #127
feat(RELEASE-951): integrate Checkton for linting #127
Conversation
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. |
5b054ea
to
7d30ffd
Compare
847e0ce
to
cf9180b
Compare
49600eb
to
43d0ec4
Compare
43d0ec4
to
bc2e9af
Compare
1fec752
to
49d3a7c
Compare
49d3a7c
to
8b0497f
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. This implementation is based on: konflux-ci/build-definitions#1051 Signed-off-by: Sean Conroy <[email protected]>
8b0497f
to
a0621d0
Compare
This updates the linting workflow by adding Checkton. Checkton will review the code for linting errors.
Changes: