Skip to content

CVE-2017-18549 and CVE-2018-13406 #2046

CVE-2017-18549 and CVE-2018-13406

CVE-2017-18549 and CVE-2018-13406 #2046

name: YML & Editorial Checkers
on:
push:
branches: [master, dev]
pull_request:
branches: [master, dev]
jobs:
yml_editorial_checkers:
runs-on: ubuntu-latest
container: ruby:3.2.1
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- run: gem install rspec
- name: Run YML and editorial checkers
run: |
rspec --no-color -f failures spec/yaml_parses_spec.rb && \
rspec --no-color -f VHPFormatter spec/cve_spec.rb