Add GitLab CodeQuality Conversion Plugin#19
Open
mastacheata wants to merge 1 commit intoaquasecurity:mainfrom
Open
Add GitLab CodeQuality Conversion Plugin#19mastacheata wants to merge 1 commit intoaquasecurity:mainfrom
mastacheata wants to merge 1 commit intoaquasecurity:mainfrom
Conversation
This plugin converts Trivy scan results into GitLab Code Quality format for integration with GitLab CI/CD pipelines and merge request reports.
There was a problem hiding this comment.
Pull Request Overview
This PR adds a new GitLab Code Quality conversion plugin to the Trivy plugin registry. The plugin enables conversion of Trivy security scan results into GitLab's Code Quality format for integration with GitLab CI/CD pipelines and merge request reports.
- Adds a new plugin configuration file for the GitLab Code Quality converter
- Registers the plugin with its GitHub repository location
Comments suppressed due to low confidence (1)
plugins/gitlab-codequality.yaml:2
- The repository URL is missing the required protocol prefix. It should be 'https://github.com/ambient-innovation/trivy-plugin-gitlab-codequality' to be a valid URL that can be accessed by plugin management systems.
repository: github.com/ambient-innovation/trivy-plugin-gitlab-codequality
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This plugin converts Trivy scan results into GitLab Code Quality format for integration with GitLab CI/CD pipelines and merge request reports.