From b7b425da2da9232a3b016befbab26f4e42a0110a Mon Sep 17 00:00:00 2001 From: Wayback Archiver <66856220+waybackarchiver@users.noreply.github.com> Date: Sat, 10 Feb 2024 11:08:24 +0000 Subject: [PATCH] ci: change engress policy to audit for license workflow --- .github/workflows/license.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index 484ca9b8..f26f3c2d 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -26,3 +26,5 @@ jobs: license: name: License Checker uses: wabarc/.github/.github/workflows/reusable-license.yml@main + with: + egress-policy: audit