Skip to content

Commit

Permalink
include sbom
Browse files Browse the repository at this point in the history
  • Loading branch information
jayudey-wf committed Apr 4, 2024
1 parent 9013ce9 commit 8cea07c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 15 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ jobs:
- name: Check dependencies
run: dart run dependency_validator
if: always() && steps.install.outcome == 'success'

- uses: anchore/sbom-action@v0
if: ${{ matrix.sdk == '2.19.6' && matrix.os == 'ubuntu' }}
with:
path: ./
format: cyclonedx-json
15 changes: 0 additions & 15 deletions .github/workflows/publish.yaml

This file was deleted.

0 comments on commit 8cea07c

Please sign in to comment.