Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Add snyk monitoring [ATLAS-673] #14

Merged
merged 1 commit into from
Apr 19, 2022
Merged

Add snyk monitoring [ATLAS-673] #14

merged 1 commit into from
Apr 19, 2022

Conversation

Larusso
Copy link
Member

@Larusso Larusso commented Mar 30, 2022

Description

This patch adds snyk monitoring to the build pipeline. It will hook itself into the check and publish stages.

The patch also sets a dependency helper plugin net.wooga.cve-dependency-resolution which applies overrides for dependencies with know fixes for security issues.

Along with the introduction of snyk I also upgraded/removed some depdencies. Coveralls produces a huge load of errors even with the latest version so I decided to remove it since we want/are moving to sonarqube (It is unknown at this time if this dependency is actually better or not).

Changes

  • ADD snyk monitoring
  • ADD net.wooga.snyk-wdk-java snyk convention plugin
  • ADD net.wogoa.cve-dependency-resolution plugin
  • REMOVE coveralls plugin
  • UPDATE org.codehaus.groovy:groovy-all to version 2.5.14
  • UPDATE org.spockframework:spock-core to version 1.3-groovy-2.5

@Larusso Larusso force-pushed the add/snyk branch 6 times, most recently from fdaa303 to 6abc7d6 Compare April 6, 2022 10:10
@Larusso Larusso requested a review from Azurelol April 12, 2022 18:07
Description
===========

This patch adds snyk monitoring to the build pipeline.
It will hook itself into the check and publish stages.

The patch also sets a dependency helper plugin
`net.wooga.cve-dependency-resolution` which applies overrides
for dependencies with know fixes for security issues.

Along with the introduction of snyk I also upgraded/removed some
depdencies. Coveralls produces a huge load of errors even with the
latest version so I decided to remove it since we want/are moving
to sonarqube (It is unknown at this time if this dependency is actually better
or not).

Changes
=======

* ![ADD] `snyk` monitoring
* ![ADD] `net.wooga.snyk-wdk-java` snyk convention plugin
* ![ADD] `net.wogoa.cve-dependency-resolution` plugin
* ![REMOVE] coveralls plugin
* ![UPDATE] `org.codehaus.groovy:groovy-all` to version `2.5.14`
* ![UPDATE] `org.spockframework:spock-core` to version `1.3-groovy-2.5`
@Larusso Larusso merged commit 5953f14 into master Apr 19, 2022
@Larusso Larusso deleted the add/snyk branch April 19, 2022 09:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant