Skip to content

Commit

Permalink
ci: Remove SBOMs
Browse files Browse the repository at this point in the history
really excessive for KS...
  • Loading branch information
oliversalzburg committed Nov 5, 2024
1 parent 354a36d commit 8d8b664
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/userscript-tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,28 +32,13 @@ jobs:
- name: Build release
run: yarn kitten-scientists:release

- name: Generate SBOM
uses: anchore/sbom-action@1ca97d9028b51809cf6d3c934c3e160716e1b605 # v0
with:
format: spdx-json
output-file: sbom.spdx.json
upload-artifact: false
upload-release-assets: false

- name: Attest SBOM
uses: actions/attest-sbom@5026d3663739160db546203eeaffa6aa1c51a4d6 # v1
with:
subject-path: packages/kitten-scientists/output/*
sbom-path: sbom.spdx.json

- name: Generate GitHub release
uses: oliversalzburg/action-automatic-semantic-releases@b71ef9d38dc33685ba2884a5bb6bce5a3037d3bf # v0.0.21
with:
# Create only as draft, so we can add a description on the web UI.
draft: true
files: |
packages/kitten-scientists/output/*
sbom.spdx.json
prerelease: false
repo_token: ${{ secrets.GITHUB_TOKEN }}
title: ${{ github.ref_name }}

0 comments on commit 8d8b664

Please sign in to comment.