releases: publish nightly builds of dev#12137
Merged
Conversation
DryRun Security SummaryGitHub Actions workflow updates for DefectDojo release processes reveal security vulnerabilities related to secrets handling, input validation, hardcoded credentials, cron scheduling, and workflow permissions. Expand for full summarySummary: GitHub Actions workflow patches for DefectDojo release processes, focusing on syntax updates, input handling, and release automation across multiple workflow files. Security Findings:
|
hblankenship
approved these changes
Apr 1, 2025
dogboat
approved these changes
Apr 1, 2025
Maffooch
approved these changes
Apr 30, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR uses the existing building blocks in our workflows to push a nightly build of the
devbranch.This is useful to user who want to test fixes or new features only available in
dev. Or users who just want to run ofdevwhich is very stable for Defect Dojo.This PR also changes
github.event.inputs.xxxxtoinputs.xxx. This cost me a lot of time as the old input uses values provided in the UI when starting the workflow ignoring any values provided by the workflow files themselves.I also tried to publish a nightly
bugfixrelease. But thebugfixbranch doesn't get its own version number. We have to decide if it's useful to publish these builds since we have a weekly release cadence forbugfix.