Skip to content

CVE-2019-13648 and CVE-2020-36558 #2042

CVE-2019-13648 and CVE-2020-36558

CVE-2019-13648 and CVE-2020-36558 #2042

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