diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index da2f505..76d443b 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -5,6 +5,8 @@ on: branches: - 'master' - 'test_consume_*' + tags: + - '**' pull_request: branches: - '**' @@ -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/setup-dart@v0.2 @@ -44,4 +46,11 @@ jobs: - name: Verify formatting run: dart format --set-exit-if-changed . - if: always() && steps.install.outcome == 'success' \ No newline at end of file + if: always() && steps.install.outcome == 'success' + + - name: SBOM + if: ${{ matrix.sdk == '2.19.6' }} + uses: anchore/sbom-action@v0 + with: + path: ./ + format: cyclonedx-json diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 4448779..0000000 --- a/Dockerfile +++ /dev/null @@ -1,7 +0,0 @@ -FROM drydock-prod.workiva.net/workiva/dart2_base_image:2 - -WORKDIR /build -ADD pubspec.* /build/ -RUN dart pub get - -FROM scratch \ No newline at end of file diff --git a/skynet.yaml b/skynet.yaml deleted file mode 100644 index eb5954b..0000000 --- a/skynet.yaml +++ /dev/null @@ -1,13 +0,0 @@ -name: verify-github-actions -description: Verify that the github actions run passed, this is needed to make pipelines pass without manual intervention -contact: 'Frontend Frameworks Architecture / #support-frontend-architecture' -image: drydock.workiva.net/workiva/skynet-images:3728345 # Uses the image from this branch: https://github.com/Workiva/skynet-images/pull/127 -size: small -timeout: 600 - -env: -# encrypted github token used for requests to api.github.com - - secure: DndqTHp2eL5UlnC6kxDgKZsXGO1qUCIfcGErhm4IVOQtX/OxNax31XMlgJusfpD0XbQih5zo7H3XwiFPafc4In/Zi0E= - -scripts: - - python3 /actions/verify_github_actions.py