Merge pull request #18 from Belphemur/renovate/anchore-sbom-action-0.x

This commit is contained in:
Antoine Aflalo
2024-10-22 10:23:05 -04:00
committed by GitHub

View File

@@ -27,7 +27,7 @@ jobs:
go-version: 1.23 go-version: 1.23
cache: true cache: true
- uses: sigstore/cosign-installer@v3.7.0 # installs cosign - uses: sigstore/cosign-installer@v3.7.0 # installs cosign
- uses: anchore/sbom-action/download-syft@v0.17.4 # installs syft - uses: anchore/sbom-action/download-syft@v0.17.5 # installs syft
- uses: docker/login-action@v3 # login to ghcr - uses: docker/login-action@v3 # login to ghcr
with: with:
registry: ghcr.io registry: ghcr.io