diff --git a/cmd/lib/ci_matrix.rb b/cmd/lib/ci_matrix.rb index 4e9c086e4a..f049764579 100644 --- a/cmd/lib/ci_matrix.rb +++ b/cmd/lib/ci_matrix.rb @@ -159,6 +159,8 @@ module CiMatrix bitbucket_repository] end + audit_exceptions << %w[token_conflicts token_valid token_bad_words] if labels.include?("ci-skip-token") + audit_args << "--except" << audit_exceptions.join(",") if audit_exceptions.any? cask_content = path.read