From 975886d137e2e639ecb5fbf021aa518f8c355678 Mon Sep 17 00:00:00 2001 From: "seal-security-bot[bot]" <150164768+seal-security-bot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:29:07 +0000 Subject: [PATCH] Add sealing actions to local configuration --- .seal-actions.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .seal-actions.yml diff --git a/.seal-actions.yml b/.seal-actions.yml new file mode 100644 index 0000000..81b12b3 --- /dev/null +++ b/.seal-actions.yml @@ -0,0 +1,28 @@ +meta: + schema-version: 0.1.0 + created-on: "2025-12-24T15:28:57Z" + cli-version: 0.2.0 +projects: + 71F04778E9B956514E25EE3DEBB5A71B57C93AFA_go.mod: + targets: + - go.mod + manager: + ecosystem: golang + name: go + version: 1.25.1 + overrides: + golang.org/x/crypto: + 0.26.0: + use: 0.26.0-sp3 + github.com/golang-jwt/jwt/v4: + 4.5.1: + use: 4.5.1-sp1 + google.golang.org/protobuf: + 1.31.0: + use: 1.31.0-sp1 + github.com/sirupsen/logrus: + 1.8.1: + use: 1.8.1-sp1 + github.com/golang-jwt/jwt/v5: + 5.2.1: + use: 5.2.1-sp1