Skip to content

Conversation

@dlg99
Copy link
Contributor

@dlg99 dlg99 commented Jan 27, 2022

Motivation

Detect CVEs early and make them visible to the committers

Changes

Added GH workflow that will fail if new CVE with level > 7 detected. The plan is to not treat it as blocking merge.
Currently some projects that will not pass the check until other pending PRs are merged.

@dlg99 dlg99 marked this pull request as draft January 27, 2022 19:06
with:
java-version: 1.8

- name: run "clean install verify" to trigger dependency check
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gradle?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

java-version: 1.8

- name: run "clean install verify" to trigger dependency check
run: ./gradlew clean build -x microbenchmarks:checkstyleMain -x spotbugsTest -x signDistTar -x test dependencyCheckAggregate
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-x sptbugsTest and -x microbenchmarks:checkstyleMain are not necessary

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@dlg99 dlg99 marked this pull request as ready for review February 3, 2022 00:42
@eolivelli eolivelli merged commit b8351cb into apache:master Feb 3, 2022
StevenLuMT pushed a commit to StevenLuMT/bookkeeper that referenced this pull request Feb 16, 2022
Ghatage pushed a commit to sijie/bookkeeper that referenced this pull request Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants