diff --git a/.github/workflows/dart_ci.yaml b/.github/workflows/dart_ci.yaml index 265cb24..29bfcf6 100644 --- a/.github/workflows/dart_ci.yaml +++ b/.github/workflows/dart_ci.yaml @@ -31,3 +31,7 @@ jobs: run: dart analyze - name: Run tests run: dart test + - uses: anchore/sbom-action@v0 + with: + path: ./ + format: cyclonedx-json diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 6f55ffb..0000000 --- a/Dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM drydock-prod.workiva.net/workiva/dart2_base_image:2 -WORKDIR /build/ -COPY . /build -RUN dart pub get -RUN dart run dependency_validator -FROM scratch diff --git a/skynet.yaml b/skynet.yaml deleted file mode 100644 index 3bb201e..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: ErVIlZdPg7XHrFRKvtTxawZR38zkJoQ5rb3VrM/pjNVYnUNsNOhIjvOtkJqQDk3g4pgNtPo006anzRpe/aFaHIc1r/k= - -scripts: - - python3 /actions/verify_github_actions.py