diff --git a/syft.yaml b/syft.yaml index 364732c184e..63cec52ae15 100644 --- a/syft.yaml +++ b/syft.yaml @@ -1,7 +1,7 @@ package: name: syft version: 1.18.0 - epoch: 0 + epoch: 1 description: CLI tool and library for generating a Software Bill of Materials from container images and filesystems copyright: - license: Apache-2.0 @@ -17,6 +17,10 @@ pipeline: tag: v${{package.version}} expected-commit: d38efb0b7fb7106909bc532a4efc68b78a917a34 + - uses: go/bump + with: + deps: golang.org/x/crypto@v0.31.0 + - uses: go/build with: ldflags: -X main.version=${{package.version}}