Skip to content

Commit

Permalink
chore(actions): clean artifacts (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoalramos authored Apr 5, 2023
1 parent 0019147 commit 196f49e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/prereleased.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
- name: Create Docker SBOM
uses: anchore/sbom-action@v0
with:
upload-artifact-retention: 1
image: ${{ steps.docker_build.outputs.imageId }}
format: spdx-json
upload-release-assets: false
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
- name: Create SBOM
uses: anchore/sbom-action@v0
with:
upload-artifact-retention: 1
format: spdx-json
output-file: ${{ env.SBOM_FILENAME }}.spdx.json

Expand Down

0 comments on commit 196f49e

Please sign in to comment.