From 9c272e4ff4a8cd9e3e2e5d15e5aef7e617b15a97 Mon Sep 17 00:00:00 2001 From: alishadalal-wk Date: Wed, 3 Apr 2024 11:38:26 +0530 Subject: [PATCH 1/2] FEDX-686 : GHA OSS changes to dart_transformer_utils --- .github/workflows/dart_ci.yaml | 4 ++++ Dockerfile | 6 ------ skynet.yaml | 13 ------------- 3 files changed, 4 insertions(+), 19 deletions(-) delete mode 100644 Dockerfile delete mode 100644 skynet.yaml 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 From b2f5cdb79c605d51e02dc681a5aff1871dc88edc Mon Sep 17 00:00:00 2001 From: alishadalal-wk Date: Wed, 3 Apr 2024 11:41:47 +0530 Subject: [PATCH 2/2] Empty-Commit