Build: Restrict coverity run to acidanthera and fix status badge

This commit is contained in:
Dhinak G 2020-12-02 10:08:56 -05:00
parent 745c1c19ec
commit 2b94ea5f31
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ jobs:
runs-on: macos-latest
env:
JOB_TYPE: COVERITY
if: github.event_name != 'pull_request'
if: github.repository_owner == 'acidanthera' && github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2

View File

@ -1,6 +1,6 @@
<img src="https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Logos/OpenCore_with_text_Small.png" width="200" height="48"/>
[![Build Status](https://travis-ci.com/acidanthera/OpenCorePkg.svg?branch=master)](https://travis-ci.com/acidanthera/OpenCorePkg) [![Scan Status](https://scan.coverity.com/projects/18169/badge.svg?flat=1)](https://scan.coverity.com/projects/18169)
[![Build Status](https://github.com/acidanthera/OpenCorePkg/workflows/CI/badge.svg?branch=master)](https://github.com/acidanthera/OpenCorePkg/actions) [![Scan Status](https://scan.coverity.com/projects/18169/badge.svg?flat=1)](https://scan.coverity.com/projects/18169)
-----
OpenCore bootloader with development SDK.