From 4805b901eaecbdca81bce2af16a27987e600d13b Mon Sep 17 00:00:00 2001 From: UnicornChance Date: Wed, 21 Aug 2024 12:37:17 -0600 Subject: [PATCH 1/3] fix: doc update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa360f12e..6d98dd3e8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Unicorn Delivery Service - Core (UDS Core) +## TESTING + ## [UDS Core Docs](https://uds.defenseunicorns.com/core/) UDS Core establishes a secure baseline for cloud-native systems and ships with compliance documentation and first-class support for airgap/egress-limited systems. Based on the work of [Platform One](https://p1.dso.mil), UDS Core expands on the security posture of [Big Bang](https://repo1.dso.mil/big-bang/bigbang) while providing advanced automation with the [UDS Operator](./src/pepr/operator/README.md) and [UDS Policy Engine](./src/pepr/policies/README.md). UDS Core is a collection of several individual applications combined into a single [Zarf](https://zarf.dev) package and we recommend using [UDS CLI](https://github.com/defenseunicorns/uds-cli?tab=readme-ov-file#install) to deploy it as a [UDS Bundle](#using-uds-core-in-production). @@ -107,4 +109,4 @@ This will create a local k3d cluster, install UDS Core, and run a series of test UDS_PKG=metrics-server uds run test-single-package ``` -Note you can specify the `--set FLAVOR=registry1` flag to test using Iron Bank images instead of the upstream images. +Note you can specify the `--set FLAVOR=registry1` flag to test using Iron Bank images instead of the upstream images. \ No newline at end of file From 4191952ee0d4c3ad867d0ccfc608fda31727c7c6 Mon Sep 17 00:00:00 2001 From: UnicornChance Date: Wed, 21 Aug 2024 12:57:30 -0600 Subject: [PATCH 2/3] fix: push --- .github/workflows/docs-shim.yaml | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/.github/workflows/docs-shim.yaml b/.github/workflows/docs-shim.yaml index 2eeff1cbb..6a7173868 100644 --- a/.github/workflows/docs-shim.yaml +++ b/.github/workflows/docs-shim.yaml @@ -21,38 +21,35 @@ on: # shims to pass ci requirements for doc changes jobs: lint-check: - name: Lint Check Shim + name: Lint Check uses: ./.github/workflows/lint.yaml check-paths: - name: Check Paths Shim - needs: lint-check + name: Check Paths(Simulated) runs-on: ubuntu-latest steps: - - name: Check Paths (Simulated) + - name: Check Paths run: echo "Simulating check-paths job - Success!" run-package-test: - name: Package Test Shim - needs: check-paths + name: Package Test(Simulated) runs-on: ubuntu-latest steps: - - name: Run Package Test (Simulated) + - name: Run Package Test run: echo "Simulating run-package-test job - Success!" evaluate-package-compliance: - name: Compliance Test Shim - needs: run-package-test + name: Compliance Test(Simulated) runs-on: ubuntu-latest steps: - - name: Evaluate Package Compliance (Simulated) + - name: Evaluate Package Compliance run: echo "Simulating evaluate-package-compliance job - Success!" # slim-dev-test.yaml test: - name: Slim Dev Test Shim + name: Slim Dev Test(Simulated) runs-on: ubuntu-latest steps: - - name: Shim for test + - name: Shim for Slim Dev Test run: | echo "Documentation-only change detected; marking test successful." From d8e907c385bdf15a9f49523530102cd94526ab55 Mon Sep 17 00:00:00 2001 From: UnicornChance Date: Wed, 21 Aug 2024 12:58:02 -0600 Subject: [PATCH 3/3] fix: doc --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d98dd3e8..aa360f12e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Unicorn Delivery Service - Core (UDS Core) -## TESTING - ## [UDS Core Docs](https://uds.defenseunicorns.com/core/) UDS Core establishes a secure baseline for cloud-native systems and ships with compliance documentation and first-class support for airgap/egress-limited systems. Based on the work of [Platform One](https://p1.dso.mil), UDS Core expands on the security posture of [Big Bang](https://repo1.dso.mil/big-bang/bigbang) while providing advanced automation with the [UDS Operator](./src/pepr/operator/README.md) and [UDS Policy Engine](./src/pepr/policies/README.md). UDS Core is a collection of several individual applications combined into a single [Zarf](https://zarf.dev) package and we recommend using [UDS CLI](https://github.com/defenseunicorns/uds-cli?tab=readme-ov-file#install) to deploy it as a [UDS Bundle](#using-uds-core-in-production). @@ -109,4 +107,4 @@ This will create a local k3d cluster, install UDS Core, and run a series of test UDS_PKG=metrics-server uds run test-single-package ``` -Note you can specify the `--set FLAVOR=registry1` flag to test using Iron Bank images instead of the upstream images. \ No newline at end of file +Note you can specify the `--set FLAVOR=registry1` flag to test using Iron Bank images instead of the upstream images.