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