Index | Thread | Search

From:
Johannes Thyssen Tishman <jtt@openbsd.org>
Subject:
Re: [new] zizmor 1.23.1
To:
Theo Buehler <tb@theobuehler.org>
Cc:
Laurent Cheylus <foxy@free.fr>, ports@openbsd.org
Date:
Wed, 8 Apr 2026 13:16:58 +0000

Download raw body.

Thread
2026-04-08T12:12:34+0200 Theo Buehler <tb@theobuehler.org>:
> On Wed, Apr 08, 2026 at 08:52:43AM +0000, Johannes Thyssen Tishman wrote:
> > 2026-04-07T19:25:13+0200 Theo Buehler <tb@theobuehler.org>:
> > > > I had also recently packaged this tool and commited it in OpenBSD ports WIP
> > > > => https://github.com/jasperla/openbsd-wip/tree/master/devel/zizmor
> > > 
> > > New tarball with a few fixes and tweaks stolen from Laurent's WIP.
> > > Happy to add Laurent as a maintainer.
> > 
> > Hi tb. The tagname is missing a 'v' and the generation of shell
> > completions fails without an absolute path to zizmor's binary. With
> > those changes (diff below, new tarball attached), the port is ok jtt@.
> 
> Thanks. It's always the last-minute tweaks...
> 
> > However, when running zizmor with remote Github repositories
> > (GH_TOKEN=<my_token> zizmor account/project) it segfaults. Perhaps I'm
> > doing something wrong? It works with local repositories though.
> 
> As a general rule, a segfault is never the user doing anything wrong :)
> Next time running 'egdb zizmor zizmor.core' and showing the first few
> lines of the output of the bt command would be helpful.

I'll make sure to do so next time. Thanks tb :)