Matthias Glastra
Matthias Glastra
Great! Thank you!
Sure. I run ``` witness run --attestor-product-include-glob artifact --step build -o test-att.json -- bash build.sh ``` File: `build.sh` ``` #!/usr/bin/env bash echo "hello" > artifact mkdir -p out/new echo "new"...
Adding some details from a conversation I had with @mikhailswift. One of the issues with the flagrante currently is that the attestation hides the fact that the flag was used....
@mikhailswift @jkjell I want to make a suggestion. Would it be an idea to extend the product attestation in the collection with a configuration part. It could include this type...
Great! I will make that work and do some more testing to verify the logic I implemented works correctly.
@jkjell I implemented some changes. I do realize that it might be needed to implement the exclude too for material. Because if I am not going to exclude the same...
☝️ This new PR is an alternative approach for the original problem I had with too big attestations for big amount of files. Files where 2GB. In this implementation I...
One comment on Rekor. As far as I remember there is a size limit on Rekor which makes it less feasible for witness sizeble attestations. 😅
@jkjell this could be a good first issue. Could you label it?
Thanks for the contribution.