From f9414caef17637e885c3b343b5f69a25f3289e85 Mon Sep 17 00:00:00 2001 From: Ryan Parman Date: Mon, 13 Nov 2023 23:47:19 -0700 Subject: [PATCH] test: Flip 'yes' (per docs) to 'true'. --- .github/workflows/pr-dep-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-dep-review.yml b/.github/workflows/pr-dep-review.yml index c4a33ca0..11378469 100644 --- a/.github/workflows/pr-dep-review.yml +++ b/.github/workflows/pr-dep-review.yml @@ -25,6 +25,6 @@ jobs: with: fail-on-severity: low license-check: true - vulnerability-check: yes + vulnerability-check: true comment-summary-in-pr: on-failure allow-licenses: Apache-2.0, BSD-2-Clause, BSD-3-Clause, ISC, MPL-2.0, MIT