From 6e141c662820c0549d47178b122934d3628e20f7 Mon Sep 17 00:00:00 2001 From: MaineK00n Date: Fri, 7 Jan 2022 15:37:10 +0900 Subject: [PATCH] chore: add Red Hat Security Data API 2022 (#125) --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 46ebcdb..498f953 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -142,5 +142,5 @@ jobs: run: ./vuln-list-update -target redhat -years 2018 - if: always() - name: Red Hat Security Data API 2019-2021 - run: ./vuln-list-update -target redhat -years 2019,2020,2021 + name: Red Hat Security Data API 2019-2022 + run: ./vuln-list-update -target redhat -years 2019,2020,2021,2022