siderolabs / conform

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

chore: finish rename org #222

Closed 06kellyjac closed 2 years ago

06kellyjac commented 2 years ago

Update remaining references to talos-systems missed by #220

Signed-off-by: Jack Kelly jack@control-plane.io


There were many remaining talos-systems references. This PR resolves those remaining (and keeps those that are required for context)

 rg "talos-systems" --no-ignore
CHANGELOG.md
72:* [`0076446`](https://github.com/siderolabs/conform/commit/007644608f2455688d194164d2d29a3fa58a9918) chore: Replace autonomy with talos-systems
275:* [`0076446`](https://github.com/siderolabs/conform/commit/007644608f2455688d194164d2d29a3fa58a9918) chore: Replace autonomy with talos-systems
474:* [`0076446`](https://github.com/siderolabs/conform/commit/007644608f2455688d194164d2d29a3fa58a9918) chore: Replace autonomy with talos-systems

IDK how to make the GPG Identity check play ball:

λ conform enforce
POLICY         CHECK                        STATUS        MESSAGE
commit         Header Length                PASS          Header is 24 characters
commit         Imperative Mood              PASS          Commit begins with imperative verb
commit         Header Case                  PASS          Header case is valid
commit         Header Last Character        PASS          Header last character is valid
commit         DCO                          PASS          Developer Certificate of Origin was found
commit         GPG                          PASS          GPG signature found
commit         GPG Identity                 FAILED        openpgp: signature made by unknown entity
commit         Conventional Commit          PASS          Commit message is a valid conventional commit
commit         Spellcheck                   PASS          Commit contains 0 misspellings
commit         Number of Commits            PASS          HEAD is 0 commit(s) ahead of refs/heads/master
commit         Commit Body                  PASS          Commit body is valid
license        File Header                  PASS          All files have a valid license header
Error: 1 or more policy failed

Maybe it'll work when the action runs?

smira commented 2 years ago

thanks for your PR! part of the build instructions are generated via Kres, I can take a look into updating this a bit

06kellyjac commented 2 years ago

Sure.

Any advice on how to resolve my gpg-identity check?

frezbo commented 2 years ago

Any advice on how to resolve my gpg-identity check?

@06kellyjac you can ignore it, one of the maintainers will pull this code locally and re-sign with our approved keys

smira commented 2 years ago

/ok-to-test

smira commented 2 years ago

/m