Remove unused SBOM report workflow from GitHub Actions (#100124)

* Remove SBOM report workflow from GitHub Actions

* Remove SBOM report workflow from CODEOWNERS
This commit is contained in:
Ethan
2025-02-07 18:11:11 +01:00
committed by GitHub
parent 97109b36e3
commit bf413643c8
2 changed files with 0 additions and 16 deletions
-15
View File
@@ -1,15 +0,0 @@
name: syft-sbom-ci
on:
release:
types: [ published ]
workflow_dispatch:
jobs:
syft-sbom:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Anchore SBOM Action
uses: grafana/shared-workflows/actions@syft-sbom-v0.0.1
with:
artifact-name: ${{ github.event.repository.name }}-spdx.json