Skip to content

Commit

Permalink
rollback SBOM support.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Oct 17, 2023
1 parent f320044 commit 7018c3b
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
docker:
runs-on: ubuntu-latest
permissions:
contents: write
contents: read
packages: write
id-token: write
strategy:
Expand Down Expand Up @@ -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/

0 comments on commit 7018c3b

Please sign in to comment.