Skip to content

Commit

Permalink
sops/3.9.2 package update (#35658)
Browse files Browse the repository at this point in the history
<p align="center">
<img
src="https://raw.githubusercontent.com/wolfi-dev/.github/b535a42419ce0edb3c144c0edcff55a62b8ec1f8/profile/wolfi-logo-light-mode.svg"
/>
</p>

---------

Signed-off-by: wolfi-bot <[email protected]>
Co-authored-by: wolfi-bot <[email protected]>
Co-authored-by: Hunter Harris <[email protected]>
  • Loading branch information
3 people authored Dec 10, 2024
1 parent 9f62cda commit 53c5c7e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions sops.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 53c5c7e

Please sign in to comment.