chainguard-dev / bincapz

detect malicious program behaviors
Apache License 2.0
379 stars 24 forks source link

Add Workflows to update version and create version tags #253

Closed egibs closed 3 weeks ago

egibs commented 4 weeks ago

Closes: https://github.com/chainguard-dev/bincapz/issues/251

This PR adds two Workflows:

In practice, the version update PRs will be merged with an updated version string which will then cause the tag Workflow to create a new tag matching that version.

Every other commit to main will result in the tag Workflow exiting without pushing any new tags since the current version's tag will already exist.

egibs commented 3 weeks ago

I plan on testing the PR creation at least. If that looks good, we can do real patch PR -> merge -> tag test.