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

This commit is contained in:
2025-07-03 09:10:34 -06:00
parent e628f749f1
commit f50017c650

View File

@ -141,7 +141,7 @@ jobs:
- name: Install ORAS CLI
run: |
ORAS_VERSION="1.1.0"
ORAS_VERSION="1.2.3"
curl -LO https://github.com/oras-project/oras/releases/download/v${ORAS_VERSION}/oras_${ORAS_VERSION}_linux_amd64.tar.gz
tar -xzf oras_${ORAS_VERSION}_linux_amd64.tar.gz oras
chmod +x oras