From 53c5c7e5100532924fc4e5efc11cd7723664b812 Mon Sep 17 00:00:00 2001 From: "octo-sts[bot]" <157150467+octo-sts[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 18:55:02 -0500 Subject: [PATCH] sops/3.9.2 package update (#35658)

--------- Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Co-authored-by: Hunter Harris --- sops.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/sops.yaml b/sops.yaml index 2604bf6489a..a23033d09e1 100644 --- a/sops.yaml +++ b/sops.yaml @@ -1,6 +1,6 @@ package: name: sops - version: 3.9.1 + version: 3.9.2 epoch: 0 description: Simple and flexible tool for managing secrets copyright: @@ -18,7 +18,13 @@ pipeline: with: repository: https://github.com/getsops/sops tag: v${{package.version}} - expected-commit: d50fda248047372c79368508e1df479970a52cda + expected-commit: bb710f3d6c34aa1d805c3e42462c33485abc9d2f + + # 3.9.2 update requires a tidy for some reason, we may be able to remove this in a later version. + # https://github.com/wolfi-dev/os/pull/35658 + - runs: | + cd cmd/sops + go mod tidy - uses: go/build with: @@ -45,7 +51,7 @@ test: with: repository: https://github.com/getsops/sops tag: v${{package.version}} - expected-commit: d50fda248047372c79368508e1df479970a52cda + expected-commit: bb710f3d6c34aa1d805c3e42462c33485abc9d2f - name: version check runs: | sops --version