We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e587c0b commit 2617cdcCopy full SHA for 2617cdc
.github/workflows/stabilize.yaml
@@ -30,6 +30,9 @@ jobs:
30
run: wget $SCAPVAL_URL/$SCAPVAL_FILENAME.zip
31
- name: Unpack SCAPVAL
32
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
36
- name: Lint Check
37
# Performs ansible-lint and yamllint checks on generated ansible playbooks
38
run: ctest -j2 -R ansible-playbook --output-on-failure
0 commit comments