diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2107e14..c7c0bcd 100755 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -268,6 +268,17 @@ jobs: docker run -v ${PWD}:/app ${{ steps.build_vars.outputs.OUTPUT_IMAGE_NAME }} \ R -e 'write.csv(installed.packages(), file="/app/package_list.csv")' + - name: Reclaim Disk Space for SBOM Generation 🚮 + uses: insightsengineering/disk-space-reclaimer@v1 + with: + tools-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: false + docker-images: true + - name: Generate SBOM 📃 uses: anchore/sbom-action@v0 with: