Skip to content
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

Closed
wants to merge 48 commits into from
Closed

Commits on Aug 23, 2022

  1. Lombom @value marks fields private and final

    mhh committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    daed450 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    51ba145 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    cf79b3f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    16378e8 View commit details
    Browse the repository at this point in the history
  2. Added Policy Violations to Trend chart

    mhh committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    96156c2 View commit details
    Browse the repository at this point in the history
  3. Update the change log

    mhh committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    af50174 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Fix NPE

    mhh committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    bd35598 View commit details
    Browse the repository at this point in the history
  2. Correct CHANGELOG

    mhh committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    5ddad7d View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    d337ee0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    17e83e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c12d7c6 View commit details
    Browse the repository at this point in the history
  3. More info from failing sonar build fail

    mhh committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    27af748 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad9d887 View commit details
    Browse the repository at this point in the history
  5. Revert

    mhh committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    ef54dc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    8507b29 View commit details
    Browse the repository at this point in the history
  2. Revert "Test SONAR_ORGANIZATION using hardcoded default"

    This reverts commit 8507b29.
    mhh committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    ae24bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e549947 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    414cc7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b8a892 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4debc70 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Debug info

    mhh committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    438f6f5 View commit details
    Browse the repository at this point in the history
  2. More debug info

    mhh committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    11be31f View commit details
    Browse the repository at this point in the history
  3. As the SonarCube account most likely is Community it doesn't support …

    …pull requests, same for the dependabot, haze only run for master branches.
    mhh committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    657206d View commit details
    Browse the repository at this point in the history
  4. Try using ' instead of "

    mhh committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    3c530c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f75ce3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Merge branch 'jenkinsci_master' into master

    # 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
    mhh committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    850e2d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Merge pull request #2 from jenkinsci/master

    Update from main repo
    HagarJNode authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    e816aff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from jenkinsci/master

    Update from main repo
    HagarJNode authored Feb 5, 2023
    Configuration menu
    Copy the full SHA
    def62a0 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Merge pull request #4 from jenkinsci/master

    Uodate from jenkinsci/dependency-track-plugin
    HagarJNode authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    4a98582 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from jenkinsci/master

    Update from jenkinsci/dependency-track-plugin
    HagarJNode authored Feb 22, 2023
    Configuration menu
    Copy the full SHA
    8f848ff View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    4e01c5c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jenkinsci_master' into policy-violations

    # 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
    mhh committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    6b9a9e5 View commit details
    Browse the repository at this point in the history
  3. Fix merge issues

    mhh committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5b77307 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Merge pull request #7 from jenkinsci/master

    Update from forked
    HagarJNode authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    8bfe861 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from jenkinsci/master

    Update from forked
    HagarJNode authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    f297a60 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Merge pull request #9 from jenkinsci/master

    Update from forked
    HagarJNode authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1f97b3f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #10 from jenkinsci/master

    Update from forked
    HagarJNode authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ed685a0 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Merge remote-tracking branch 'HagarJNode/master'

    # Conflicts:
    #	src/main/java/org/jenkinsci/plugins/DependencyTrack/DescriptorImpl.java
    mhh committed May 26, 2023
    Configuration menu
    Copy the full SHA
    25bf89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27bf1e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Merge pull request #12 from jenkinsci/master

    Sync merge from master
    HagarJNode authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    26f9dc9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13 from jenkinsci/master

    Sync merge from master
    HagarJNode authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3563c9f View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Merge remote-tracking branch 'HagarJNode/master' into policy-violations

    # 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
    mhh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d4dfa3a View commit details
    Browse the repository at this point in the history
  2. Fix merge issues

    mhh committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    23501ad View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge remote-tracking branch 'HagarJNode/master' into policy-violations

    # Conflicts:
    #	src/main/java/org/jenkinsci/plugins/DependencyTrack/ApiClient.java
    mhh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    be0dd93 View commit details
    Browse the repository at this point in the history
  2. Update the getPolicyViolation method

    mhh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c8be0ed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'policy-violations'

    mhh committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f4d5533 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    70ea6ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07e683f View commit details
    Browse the repository at this point in the history