sigstore / sigstore-conformance

Conformance testing for Sigstore clients
https://sigstore.dev
7 stars 10 forks source link

"DSSE" bundle tests are really intoto bundle tests #153

Open woodruffw opened 3 weeks ago

woodruffw commented 3 weeks ago

Noticed this during #152: the *dsse* labeled tests are really tests of intoto entries (that use DSSE for the message part, but not the log entry part). As part of improving testcase categorization, we should probably adopt a scheme like this:

testcase_tlogkind_messagekind.bundleversion.good|bad.sigstore.json

so, for example, d.txt.good.sigstore.json would become:

d_intoto_dsse.v0.2.good.sigstore.json

(Where d should also really be a better name, but baby steps 🙂)