From 5996c24590200d7f4d0cb7f41b7cb5ab21763771 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Fri, 11 Nov 2022 12:14:54 +0900 Subject: [PATCH] feat: add in-toto/in-toto-golang [in-toto/in-toto-golang](https://github.com/in-toto/in-toto-golang): A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity ```console $ aqua g -i in-toto/in-toto-golang ``` ## How to confirm if this package works well Reviewers aren't necessarily familiar with this package, so please describe how to confirm if this package works well. Please confirm if this package works well yourself as much as possible. Command and output ```console $ ``` If files such as configuration file are needed, please share them. ``` ``` Reference - --- pkgs/in-toto/in-toto-golang/pkg.yaml | 2 ++ pkgs/in-toto/in-toto-golang/registry.yaml | 7 +++++++ registry.yaml | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 pkgs/in-toto/in-toto-golang/pkg.yaml create mode 100644 pkgs/in-toto/in-toto-golang/registry.yaml diff --git a/pkgs/in-toto/in-toto-golang/pkg.yaml b/pkgs/in-toto/in-toto-golang/pkg.yaml new file mode 100644 index 00000000000..baa4326a871 --- /dev/null +++ b/pkgs/in-toto/in-toto-golang/pkg.yaml @@ -0,0 +1,2 @@ +packages: + - name: in-toto/in-toto-golang@v0.5.0 diff --git a/pkgs/in-toto/in-toto-golang/registry.yaml b/pkgs/in-toto/in-toto-golang/registry.yaml new file mode 100644 index 00000000000..bcbb6946965 --- /dev/null +++ b/pkgs/in-toto/in-toto-golang/registry.yaml @@ -0,0 +1,7 @@ +packages: + - type: go_install + repo_owner: in-toto + repo_name: in-toto-golang + description: A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity + files: + - name: in-toto diff --git a/registry.yaml b/registry.yaml index dc4e251e5f4..73672dcd1da 100644 --- a/registry.yaml +++ b/registry.yaml @@ -8443,6 +8443,12 @@ packages: pattern: checksum: ^(\b[A-Fa-f0-9]{64}\b) file: "^\\b[A-Fa-f0-9]{64}\\b\\s+(\\S+)$" + - type: go_install + repo_owner: in-toto + repo_name: in-toto-golang + description: A Go implementation of in-toto. in-toto is a framework to protect software supply chain integrity + files: + - name: in-toto - type: github_release repo_owner: incu6us repo_name: goimports-reviser