Skip to content

Commit 2e35caf

Browse files
authored
Update openssf permissions fix (#69)
* Update openssf permissions fix Update openssf permissions fix * Update coverity_reports.yml
1 parent 846f898 commit 2e35caf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/coverity_build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
description: 'Branch to run scans on'
1010
default: 'main'
1111
type: string
12+
permissions:
13+
contents: read
1214
env:
1315
COVERITY_PROJECT: 'Intel-Tiber-Broadcast-Suite'
1416
COVERITY_EMAIL: ${{ secrets.COVERITY_SCAN_EMAIL }}

.github/workflows/coverity_reports.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
description: 'scanned commit hash'
1212
type: string
1313
required: true
14-
14+
permissions:
15+
contents: read
1516
jobs:
1617
generate_reports:
1718
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)