Debug sbom upload
Some checks failed
CI/CD Pipeline - Build, Test, and Deploy / 🏗️ Build & Push Image (push) Failing after 12s
CI/CD Pipeline - Build, Test, and Deploy / 🧹 Cleanup (push) Successful in 2s

This commit is contained in:
2025-07-03 09:08:58 -06:00
parent 1ef968b87b
commit e628f749f1

View File

@ -149,8 +149,6 @@ jobs:
- name: Upload SBOM to Harbor via ORAS - name: Upload SBOM to Harbor via ORAS
run: | run: |
curl -sSL https://install.oras.land/install.sh | sh -s -- -b /usr/local/bin
IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest" IMAGE="${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest"
# Authenticate (ensure $HARBOR_USERNAME and $HARBOR_TOKEN are exported already) # Authenticate (ensure $HARBOR_USERNAME and $HARBOR_TOKEN are exported already)