Skip to content

Commit

Permalink
fix checkov gha
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
monotek committed Apr 29, 2024
1 parent 6d302ae commit 543105f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: ci

permissions: read-all

on:
pull_request:
paths:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Release Charts

permissions: read-all

on:
push:
branches:
Expand All @@ -10,6 +12,10 @@ env:

jobs:
release:
permissions:
contents: write # to push chart release and create a release (helm/chart-releaser-action)
packages: write # needed for ghcr access
id-token: write # needed for keyless signing
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/sync-readme.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: sync-readme

permissions: read-all

on:
push:
branches:
Expand All @@ -9,6 +11,8 @@ on:

jobs:
build:
permissions:
contents: write # for git push
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 543105f

Please sign in to comment.