-
Notifications
You must be signed in to change notification settings - Fork 143
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 trivy
and sonar
repo scan to GitHub actions [3]
#7542
Labels
code-quality
Reliability, maintainability, reusability, or testability
task
Something to be done that does not directly affect the software
Milestone
Comments
10 tasks
MartinWahnschaffe
added
technology
Technical issues, e.g. synchronization, libraries, plugins, etc.
task
Something to be done that does not directly affect the software
labels
Dec 17, 2021
JonasCir
added a commit
that referenced
this issue
Dec 22, 2021
JonasCir
added a commit
that referenced
this issue
Dec 22, 2021
JonasCir
added a commit
that referenced
this issue
Jun 28, 2022
JonasCir
added a commit
that referenced
this issue
Jun 28, 2022
StefanKock
added
code-quality
Reliability, maintainability, reusability, or testability
dependencies
Pull requests that update a dependency file
and removed
technology
Technical issues, e.g. synchronization, libraries, plugins, etc.
labels
Jun 30, 2022
MartinWahnschaffe
added
needs-refinement
Refinement or further specification required
and removed
needs-refinement
Refinement or further specification required
labels
Jun 30, 2022
MartinWahnschaffe
changed the title
Add
Add Oct 11, 2022
trivy
repo scan to GitHub actionstrivy
or sonarcloud
repo scan to GitHub actions
StefanKock
changed the title
Add
Add Jan 26, 2023
trivy
or sonarcloud
repo scan to GitHub actionstrivy
or sonarcloud
repo scan to GitHub actions [3]
StefanKock
changed the title
Add
Add Jan 26, 2023
trivy
or sonarcloud
repo scan to GitHub actions [3]trivy
and sonarcloud
repo scan to GitHub actions [3]
StefanKock
changed the title
Add
Add Jan 26, 2023
trivy
and sonarcloud
repo scan to GitHub actions [3]trivy
and sonar
repo scan to GitHub actions [3]
To be done:
|
@MartinWahnschaffe Unfortunately, we cannot avoid the CI failing. Once a critical errror is detected in the PR, the corresponding CI pass will fail. You only control the severity level (low, medium, high, critical), but you cannot disable it. Looking into the existing rules now... |
2 tasks
JonasCir
added a commit
that referenced
this issue
Feb 6, 2023
Merged
JonasCir
added a commit
that referenced
this issue
Feb 6, 2023
JonasCir
added a commit
that referenced
this issue
Feb 6, 2023
JonasCir
added a commit
that referenced
this issue
Feb 9, 2023
MartinWahnschaffe
added a commit
that referenced
this issue
Feb 9, 2023
…-new [#7542] only comment on PR event, not on branch push
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
code-quality
Reliability, maintainability, reusability, or testability
task
Something to be done that does not directly affect the software
Problem Description
We are currently using CodeQL to scan for security problems integrated into Github and sonarqube to do a more detailed scan which also includes CVE vulnerabilities. Unfortunately sonarqube is not integrated into the pull request mechanics so it's easy to miss new vulnerabilities.
Proposed Change
Acceptance Criteria
Alternatives
Use sonarcloud: https://sonarcloud.io/github
The text was updated successfully, but these errors were encountered: