Skip to content

Commit

Permalink
Merge pull request #125 from Workiva/non_dockerfile_cyclonedex_2
Browse files Browse the repository at this point in the history
SBOM from GHA - again
  • Loading branch information
rmconsole2-wf authored Mar 26, 2024
2 parents fcd059d + ecfad2f commit 8936f35
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 40 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/checks.yaml

This file was deleted.

31 changes: 30 additions & 1 deletion .github/workflows/tests.yaml → .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,42 @@
name: Tests

on:
pull_request:
push:
branches:
- master
pull_request:

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

jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.19.6

- run: dart pub get

- name: Analyze
run: dart run dart_dev analyze

- name: Format
run: dart run dart_dev format --check

- name: Validate Dependencies
run: dart run dependency_validator

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

snapshots:
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile

This file was deleted.

0 comments on commit 8936f35

Please sign in to comment.