siderolabs / conform

Policy enforcement for your pipelines.
Mozilla Public License 2.0
432 stars 45 forks source link

conform version discrepancy in `action.yaml` #179

Closed artem-bardeenai closed 3 years ago

artem-bardeenai commented 4 years ago

Hello,

action.yaml is currently referencing a Docker image containing an older release (v0.1.0-alpha.17) of conform.

This same version is also referenced from v0.1.0-alpha.20 tag. Not sure if it is intentional, but it is somewhat confusing. People might think they are using v0.1.0-alpha.20 by means of including - uses: talos-systems/conform@v0.1.0-alpha.20 in their GitHub workflow jobs when in fact the v0.1.0-alpha.17 image is pulled. I realized this after noticing that some important features (such as spellchecking) were seemingly missing from conform.

Cheers, Artem.

andrewrynhard commented 4 years ago

@artem-bardeenai Good catch. This is just a mistake. I can fix in the next release.