Skip to content

Commit 08cbf2e

Browse files
authored
Merge pull request #11043 from Mab879/scapval_stable
Add SCAPVal to Stabilize task
2 parents e587c0b + 2617cdc commit 08cbf2e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stabilize.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
run: wget $SCAPVAL_URL/$SCAPVAL_FILENAME.zip
3131
- name: Unpack SCAPVAL
3232
run: mkdir -p /opt/scapval/ && unar $SCAPVAL_FILENAME.zip -o /opt/scapval/
33+
- name: Run SCAPVal
34+
# Runs SCAPVal on all built datastream
35+
run: ctest -j2 -R scapval --output-on-failure
3336
- name: Lint Check
3437
# Performs ansible-lint and yamllint checks on generated ansible playbooks
3538
run: ctest -j2 -R ansible-playbook --output-on-failure

0 commit comments

Comments
 (0)