rollback SBOM support.
This commit is contained in:
parent
f32004498a
commit
7018c3b85a
|
@ -19,7 +19,7 @@ jobs:
|
|||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
strategy:
|
||||
|
@ -72,15 +72,15 @@ jobs:
|
|||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
FASTEN_ENV=${{ matrix.flavor == 'sandbox' && 'sandbox' || 'prod' }}
|
||||
sbom: true
|
||||
sbom-dir: ./sbom-output
|
||||
- name: upload SBOM directory as a build artifact
|
||||
uses: actions/upload-artifact@v3.1.0
|
||||
with:
|
||||
path: ./sbom-output
|
||||
name: 'SBOM'
|
||||
|
||||
- name: upload spdx dependency
|
||||
uses: advanced-security/spdx-dependency-submission-action@v0.0.1
|
||||
with:
|
||||
filePath: ./sbom-output/
|
||||
# sbom: true
|
||||
# sbom-dir: ./sbom-output
|
||||
# - name: upload SBOM directory as a build artifact
|
||||
# uses: actions/upload-artifact@v3.1.0
|
||||
# with:
|
||||
# path: ./sbom-output
|
||||
# name: 'SBOM'
|
||||
#
|
||||
# - name: upload spdx dependency
|
||||
# uses: advanced-security/spdx-dependency-submission-action@v0.0.1
|
||||
# with:
|
||||
# filePath: ./sbom-output/
|
||||
|
|
Loading…
Reference in New Issue