Skip to content

Commit 2617cdc

Browse files
committed
Add SCAPVal to stabilize task
1 parent e587c0b commit 2617cdc

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)