Skip to content

Commit

Permalink
Merge pull request #198 from Workiva/gha-sbom
Browse files Browse the repository at this point in the history
DSC-10119 - Complete transition to GHA
  • Loading branch information
rmconsole4-wk authored Apr 5, 2024
2 parents 12e7fbd + 819d093 commit bcf4715
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 22 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/dart_ci.yml
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 All @@ -15,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.18.7, 2.19.6 ]
sdk: [ 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down Expand Up @@ -44,4 +46,11 @@ jobs:

- name: Verify formatting
run: dart format --set-exit-if-changed .
if: always() && steps.install.outcome == 'success'
if: always() && steps.install.outcome == 'success'

- name: SBOM
if: ${{ matrix.sdk == '2.19.6' }}
uses: anchore/sbom-action@v0
with:
path: ./
format: cyclonedx-json
7 changes: 0 additions & 7 deletions Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions skynet.yaml

This file was deleted.

0 comments on commit bcf4715

Please sign in to comment.