diff --git a/.github/workflows/dart_ci.yml b/.github/workflows/dart_ci.yml index 0a25145..81ce290 100644 --- a/.github/workflows/dart_ci.yml +++ b/.github/workflows/dart_ci.yml @@ -5,10 +5,13 @@ on: branches: - 'master' - 'test_consume_*' + tags: + - '**' pull_request: branches: - '**' + jobs: build: runs-on: ubuntu-latest @@ -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 + diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index eaf4560..0000000 --- a/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM drydock-prod.workiva.net/workiva/dart2_base_image:2 -WORKDIR /build/ -ADD pubspec.yaml . -RUN dart pub get -FROM scratch diff --git a/skynet.yaml b/skynet.yaml deleted file mode 100644 index 24e2f10..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: CBiX26J/qZcwLrRYy/wpgb3ZAvyi13w7Xt6S1ds5Zw0o4UcsMFE6JSpqDkMugGQgVM3P+noD5NAUVc/10BnQR5QOv1g= - -scripts: - - python3 /actions/verify_github_actions.py