Fabien
Fabien
Hello, great tiny script. So I make a small contribution to add the repo name to the avialble keys. Gret feature for central bare repositories.
If a push to a new branch (to create it on the receiver) : File "/srv/git/repositories/sandbox.git/hooks/post_receive_email.py", line 166, in main post_receive(mailer, config[EMAILPREFIX], config[SMTP_SUBJECT]) File "/srv/git/repositories/sandbox.git/hooks/post_receive_email.py", line 134, in post_receive process_commits(commits,...
I use a ignore file that is evaluated by multimatch (https://github.com/google/clasp#ignore-file-claspignore) So with a such exemple: ``` **/** !src/** !ut/** !appsscript.json ``` should select all file in src and ut...
As fast.c include maps.h, it need LIBFTDI1 define (compilation error on OS X without that).
When trying make, an error occur (on OS X for me) In file included from fast.c:10: ./mpsse.h:9:10: fatal error: 'ftdi.h' file not found # include I think that as fast.c...
sudo make install install -D -m644 libmpsse.so //usr/local/lib/libmpsse.so install: illegal option -- D usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode] [-o owner] file1 file2 install [-bCcpSsv]...
### Description It would be really usefull to have a Meta to can Include undefined keys in a global dict of the dataclass (as lib dataclasses-json does with its option...
Is interaction with other KMS available or in the roadmap ? I mean, this feature of the cli https://docs.sigstore.dev/signing/signing_with_containers/#sign-with-a-key-pair-stored-elsewhere is alrady available on this plugin ?
It should be possible to have the log/output of the workflow in output ?