Skip to content

Commit

Permalink
Merge pull request #43 from Workiva/gha-sbom
Browse files Browse the repository at this point in the history
DSC-10122 - Complete transition to GHA
  • Loading branch information
rmconsole4-wk authored Apr 3, 2024
2 parents 1831ae7 + e53f4d2 commit 4edff9f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 18 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on:
branches:
- 'master'
- 'test_consume_*'
tags:
- '**'
pull_request:
branches:
- '**'


jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -34,3 +37,10 @@ jobs:

- name: Tests
run: dart test --chain-stack-traces

- name: Generate SBOM
uses: anchore/sbom-action@v0
with:
path: ./
format: cyclonedx-json

5 changes: 0 additions & 5 deletions Dockerfile

This file was deleted.

13 changes: 0 additions & 13 deletions skynet.yaml

This file was deleted.

0 comments on commit 4edff9f

Please sign in to comment.