From 7bea8722d831b3947ec379f86a3b1afc6972eaf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Garc=C3=ADa=20Veytia=20=28Puerco=29?= Date: Thu, 24 Jul 2025 22:15:21 -0600 Subject: [PATCH] Add openvex/go-vex SLSA Source policy file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This pull request adds the SLSA source policy for github.com/openvex/go-vex Signed-off-by: Adolfo GarcĂ­a Veytia (Puerco) --- policy/github.com/openvex/go-vex/source-policy.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 policy/github.com/openvex/go-vex/source-policy.json diff --git a/policy/github.com/openvex/go-vex/source-policy.json b/policy/github.com/openvex/go-vex/source-policy.json new file mode 100644 index 00000000..03749b2b --- /dev/null +++ b/policy/github.com/openvex/go-vex/source-policy.json @@ -0,0 +1,13 @@ +{ + "canonical_repo": "https://github.com/openvex/go-vex.git", + "protected_branches": [ + { + "Name": "refs/heads/main", + "Since": "0001-01-01T00:00:00Z", + "target_slsa_source_level": "SLSA_SOURCE_LEVEL_1", + "require_review": false, + "org_status_check_controls": null + } + ], + "protected_tag": null +} \ No newline at end of file