From affa5c9e449266edb7539dd6b846818c435febd3 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Tue, 15 Jun 2021 09:56:45 -0400 Subject: [PATCH] Exclude version audit on CI --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12c6f8444b..1633277162 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -78,7 +78,7 @@ jobs: run: brew style --display-cop-names homebrew/core - name: Run brew audit --skip-style on all taps - run: brew audit --skip-style --display-failures-only + run: brew audit --skip-style --except=version --display-failures-only - name: Set up all Homebrew taps run: | @@ -112,7 +112,7 @@ jobs: HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1 - name: Run brew audit --skip-style on homebrew-core - run: brew audit --skip-style --tap=homebrew/core + run: brew audit --skip-style --except=version --tap=homebrew/core env: HOMEBREW_SIMULATE_MACOS_ON_LINUX: 1