Skip to content

Commit

Permalink
Merge pull request #18 from Workiva/sbom
Browse files Browse the repository at this point in the history
DSC-10020 - Complete transition to GHA
  • Loading branch information
rmconsole2-wf authored Apr 2, 2024
2 parents 97cd25c + f033f43 commit 79e9b78
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ on:
tags:
- '**'

permissions:
pull-requests: write
contents: write
id-token: write

jobs:
standard-dart-checks:
runs-on: ubuntu-latest
Expand All @@ -34,6 +39,11 @@ jobs:
- name: Analyze code
run: dart run dart_dev analyze

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

test-ddc:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -72,4 +82,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dart2js-test-results
path: reports/dart2js/test-results.json
path: reports/dart2js/test-results.json
2 changes: 0 additions & 2 deletions Dockerfile

This file was deleted.

12 changes: 0 additions & 12 deletions skynet.yaml

This file was deleted.

0 comments on commit 79e9b78

Please sign in to comment.