Skip to content

Commit

Permalink
Fix Super-Linter CHECKOV errors (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored Nov 25, 2024
1 parent bb92d60 commit 3d43769
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/first-interaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
types: [opened]

permissions:
contents: read

jobs:
welcome:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: 'Pull Request Labeler'
on:
- pull_request_target

permissions:
contents: read

jobs:
label:
runs-on: ubuntu-latest
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:
pull_request:

permissions: {}
permissions:
contents: read

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Pre-commit

on: [push, pull_request]

permissions:
contents: read

jobs:
pre-commit:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/proselint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
proselint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d43769

Please sign in to comment.