Update workflows to read-all instead of write-all

This commit is contained in:
rockerBOO
2025-05-19 20:25:42 -04:00
parent 5b38d07f03
commit 2bfda1271b
2 changed files with 7 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ on:
- synchronize
- reopened
# CKV2_GHA_1: "Ensure top-level permissions are not set to write-all"
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest