Skip to content

Commit

Permalink
make zizmor happy
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderGi committed Jan 19, 2025
1 parent 0d1e868 commit 2ba9776
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
branches:
- main

permissions:
contents: read # Access to repository content for build and deploy

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Secret Scanning

on: [push, pull_request]

permissions:
contents: read

jobs:
scan:
name: gitleaks
Expand Down

0 comments on commit 2ba9776

Please sign in to comment.