diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3082333..517eb0c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -759,7 +759,7 @@ jobs: cosign public-key --key env://COSIGN_PRIVATE_KEY >/dev/null - name: Generate SBOM (SPDX JSON) from GHCR digest - uses: aquasecurity/trivy-action@97e0b3872f55f89b95b2f65b3dbab56962816478 # v0.34.2 + uses: aquasecurity/trivy-action@57a97c7e7821a5776cebc9bb87c984fa69cba8f1 # v0.35.0 with: image-ref: ${{ env.GHCR_REF }} format: spdx-json diff --git a/flake.nix b/flake.nix index 356be7c..d557147 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ version = "0.1.0"; src = ./.; - vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA="; + vendorHash = "sha256-MDvmhbzoVP4FIapKnEiRIXRSuE5hvUBz7opyVD7wRJI="; ldflags = [ "-s"