Arnaud J Le Hors

Results 11 issues of Arnaud J Le Hors

This change adds the label "Guest Post" to the author line of guest blog posts, both to the post itself and the blog page. Signed-off-by: Arnaud J Le Hors

The new --repolist parameter takes the name of a file containing a list of repositories to score. usage: run.py [-h] (--repo REPO | --repolist REPOLIST | --local-file L_FILE) [--format {default,csv,json}]...

This extends the command line syntax to support naming additional parameters: [\:]\:\:\ And it displays additional parameters in the results: $ python3 -m criticality_score.run --repo repo --params p1:10:1:12 12:1:2 p3:1:2:3...

The command line currently supports the --params flag to add parameters to be included in the calculation of the criticality score but those aren't listed in the output. The output...

The weight and threshold associated with the various parameters involved in the criticality score are to some degree arbitrary and an organization may want to change those to better fit...

The Help menu links to http://xchataqua.github.com/ which doesn't exist. This simply changes it to point to http://xchataqua.github.io/ This addresses Issue #279

To help increase understanding of how SLSA can be used and/or is used, we should facilitate the publication of user experiences from people who are leveraging SLSA in their operations....

As discussed on the [2024-01-29 call ](https://docs.google.com/document/d/1PwhekVB1iDpcgCQRNVN_aesoVdOiTruoebCs896aGxw/edit#heading=h.goyy8n4lkt7h), we should add a list of SLSA implementations to slsa.dev. This will help both people in search of tools supporting SLSA (both builders...

As discussed on a recent call, Tekton Chains supports SLSA Provenance v1 but the configuration isn't the most straightforward. This post highlights support for SLSA and gives people the right...

This PR proposes a solution to issue #326 to submit TI reports via PRs rather than as issues. It is also entirely github based (no dependency on Google doc) although...