Skip to content

Commit

Permalink
Reclaim disk space for SBOM creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdguy committed Mar 11, 2024
1 parent 1e8ad99 commit cba894d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cba894d

Please sign in to comment.