Skip to content

Commit

Permalink
Include sbom (#168)
Browse files Browse the repository at this point in the history
* include sbom

* run on tag as well
  • Loading branch information
jayudey-wf authored Apr 5, 2024
1 parent 9013ce9 commit 1d564eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 15 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- 'master'
- 'test_consume_*'
tags:
- "**"
pull_request:
branches:
- '**'
Expand Down Expand Up @@ -37,3 +39,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 1d564eb

Please sign in to comment.