We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846f898 commit 2e35cafCopy full SHA for 2e35caf
.github/workflows/coverity_build.yml
@@ -9,6 +9,8 @@ on:
9
description: 'Branch to run scans on'
10
default: 'main'
11
type: string
12
+permissions:
13
+ contents: read
14
env:
15
COVERITY_PROJECT: 'Intel-Tiber-Broadcast-Suite'
16
COVERITY_EMAIL: ${{ secrets.COVERITY_SCAN_EMAIL }}
.github/workflows/coverity_reports.yml
@@ -11,7 +11,8 @@ on:
description: 'scanned commit hash'
required: true
-
jobs:
17
generate_reports:
18
runs-on: ubuntu-latest
0 commit comments