Skip to content

Commit

Permalink
Enhance GitHub Actions workflow by adding write permissions for conte…
Browse files Browse the repository at this point in the history
…nts, ensuring proper access for security updates and image publishing.
  • Loading branch information
jaydrogers committed Dec 11, 2024
1 parent e3c2093 commit 60feffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/action_publish-images-security-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
schedule:
- cron: '0 0 * * *' # Daily at midnight UTC

permissions:
contents: write

jobs:
scan-vulnerabilities:
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 60feffe

Please sign in to comment.