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

Run vulnerability scan on latest release version #441

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

bestbeforetoday
Copy link
Member

Previously the scan ran on the current state of the codebase. This fails to identify vulnerabilities in dependencies for the latest release version if those dependencies have already been updated in the development codebase. The gating factor for whether a new release is required should be whether the previous release contains vulnerabilities.

This change runs the scheduled vulnerability scan on the latest release tag. It also adds vulnerability scanning to pull request builds. This is purely informational. A scan failure does not fail the pull request build.

@bestbeforetoday bestbeforetoday force-pushed the scan-release branch 3 times, most recently from 2cd00f3 to d70d42d Compare October 14, 2024 16:02
Previously the scan ran on the current state of the codebase. This fails
to identify vulnerabilities in dependencies for the latest release
version if those dependencies have already been updated in the
development codebase. The gating factor for whether a new release is
required should be whether the previous release contains
vulnerabilities.

This change runs the scheduled vulnerability scan on the latest release
tag. It also adds vulnerability scanning to pull request builds. This is
purely informational. A scan failure does not fail the pull request
build.

Signed-off-by: Mark S. Lewis <[email protected]>
@bestbeforetoday bestbeforetoday marked this pull request as ready for review October 14, 2024 16:23
@bestbeforetoday bestbeforetoday requested a review from a team as a code owner October 14, 2024 16:23
@bestbeforetoday bestbeforetoday enabled auto-merge (squash) October 14, 2024 16:23
@bestbeforetoday bestbeforetoday merged commit 45d182e into hyperledger:main Oct 15, 2024
8 checks passed
@bestbeforetoday bestbeforetoday deleted the scan-release branch October 15, 2024 03:31
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.

2 participants