fortify / github-action

Fortify GitHub Actions
Other
10 stars 8 forks source link

Auto-create and optionally copy versions/releases #38

Closed rsenden closed 1 week ago

rsenden commented 4 months ago

Enhancement Request

Similar to for example our Jenkins plugin, we should offer the capability to automatically create application versions/releases if they don't exist yet. This would greatly simplify the setup of scanning for new branches, in particular based on the default application version/release name that's based on repository and branch name. For best user experience, it should be possible to copy the state of the parent branch when creating a version/release for a new branch.

Fcli already provides capabilities for creating versions/releases, and full support for copying will be in the next fcli version.

Note that for FoD, we'll likely also need to configure scan settings after creating a new release, as otherwise scan requests may be rejected.

rsenden commented 1 week ago

Implemented in latest 1.3.0 release