Skip to content

Commit

Permalink
Add SCAPVal to stabilize task
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Aug 31, 2023
1 parent e587c0b commit d47f526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/stabilize.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
run: wget $SCAPVAL_URL/$SCAPVAL_FILENAME.zip
- name: Unpack SCAPVAL
run: mkdir -p /opt/scapval/ && unar $SCAPVAL_FILENAME.zip -o /opt/scapval/
- name: Run SCAPVal
# Runs SCAPVal on all built datastream
run: ctest -j2 -R scapval--output-on-failure
- name: Lint Check
# Performs ansible-lint and yamllint checks on generated ansible playbooks
run: ctest -j2 -R ansible-playbook --output-on-failure
Expand Down

0 comments on commit d47f526

Please sign in to comment.