From 1d19a953e0cf16c3ffb9dfefad7940a80d7e38e2 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Sun, 18 Aug 2024 13:41:17 -0700 Subject: [PATCH] Update dependency-review.yml Signed-off-by: Ryan Luu --- .github/workflows/dependency-review.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index d19e21b..bb44229 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -34,6 +34,6 @@ jobs: # Commonly enabled options, see https://github.com/actions/dependency-review-action#configuration-options for all available options. with: comment-summary-in-pr: always - # fail-on-severity: moderate - # deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later - # retry-on-snapshot-warnings: true + deny-licenses: GPL-1.0-or-later, LGPL-2.0-or-later + fail-on-severity: moderate + retry-on-snapshot-warnings: true