kubescape / github-action

GitHub action to run Kubescape scans
Apache License 2.0
18 stars 20 forks source link

Create a tag for the Github action #49

Closed Daniel-GrunbergerCA closed 6 months ago

Daniel-GrunbergerCA commented 10 months ago

We should have an workflow which automatically creates a release for PRs merged with the release label, and not use the main branch on the action.

Reference: https://github.com/actions/toolkit/blob/main/docs/action-versioning.md

On top of that, the image should be build once per tag and not on every run

dwertent commented 6 months ago

Looks like this is completed