-
Notifications
You must be signed in to change notification settings - Fork 26
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
Policy violations #122
Policy violations #122
Conversation
I don't know what that "Unable to load component class org.sonar.scanner.rule.QualityProfiles" is all about - I guess it's not from my hands. |
Btw. someone german should take a look on the german texts, as I'm dane and not german. |
I see that the pull request from lsoumille (#113) has the same issue. |
This reverts commit 8507b29.
…pull requests, same for the dependabot, haze only run for master branches.
# Conflicts: # .github/workflows/ci-build.yml # src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectParser.java # src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Project.java
Update from main repo
Update from main repo
@sephiroth-j any chance you could take a look at my pull request? |
Would love to see this get pulled into the plugin as we are right now needing the ability to fail on policy violations and this would prevent us from doing some workarounds. |
Would love to see this |
Uodate from jenkinsci/dependency-track-plugin
Update from jenkinsci/dependency-track-plugin
This would be great - it would solve a headache for us |
# Conflicts: # src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java # src/main/java/org/jenkinsci/plugins/DependencyTrack/ProjectParser.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/ApiClientTest.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisherTest.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/JobActionTest.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/ResultActionTest.java
Update from forked
Update from forked
Update from forked
Update from forked
# Conflicts: # src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
Sync merge from master
Sync merge from master
# Conflicts: # src/main/java/org/jenkinsci/plugins/DependencyTrack/DependencyTrackPublisher.java # src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Component.java # src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Finding.java # src/main/java/org/jenkinsci/plugins/DependencyTrack/model/RiskGate.java # src/main/java/org/jenkinsci/plugins/DependencyTrack/model/Vulnerability.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImplTest.java # src/test/java/org/jenkinsci/plugins/DependencyTrack/FindingParserTest.java
# Conflicts: # src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
We also have need for the ability to fail the build on a policy violation, any updates? |
superseded by #269 |
I added policy violation to the plugin, so that it can react to the policies that may be configurated in/on the Dependency Track server.
DependencyTrack/dependency-track#1774
New feature:
#130