Skip to content

Commit

Permalink
Added permissions: read-all because of OpenSSF Scorecard (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
artanokhov committed Jun 4, 2024
1 parent 9bbb2b7 commit a5abab0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_test_lin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
required: false
default: ''

permissions: read-all

jobs:
build_test_lin:
runs-on: ubuntu-20.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build_test_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
required: false
default: ''

permissions: read-all

jobs:
build_test_win:
runs-on: windows-2019
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codestyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Codestyle checks

on: [ push, pull_request, workflow_dispatch ]

permissions: read-all

jobs:
codestyle:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/hadolint_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
paths:
- 'dockerfiles/**/*ockerfile'

permissions: read-all

jobs:
hadolint_check:
runs-on: ubuntu-20.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/images_build_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
workflow_dispatch:

permissions: read-all

jobs:
image_build:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/manual_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ on:
required: false
default: ''

permissions: read-all

jobs:
manual_publish:
strategy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release_links_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ on:
required: false
default: ''

permissions: read-all

jobs:
loader_links_check:
runs-on: ubuntu-20.04
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
required: true
default: ''

permissions: read-all

jobs:
update_dockerfiles:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit a5abab0

Please sign in to comment.