Skip to content

harden gihub actions#199

Open
elrido wants to merge 1 commit into
masterfrom
github-actions-hardening
Open

harden gihub actions#199
elrido wants to merge 1 commit into
masterfrom
github-actions-hardening

Conversation

@elrido
Copy link
Copy Markdown
Contributor

@elrido elrido commented May 25, 2026

  • restrict all default permissions
  • content: read is not necessary for public repos
  • security-events: write is needed for CodeQL uploads of SARIF reports
  • persist-credentials: false prevents any github token to remain configured in the checked out repo (not necessary when not intending to push from the action)
  • enable docker & github actions updates in dependabot

- restrict all default permissions
- content: read is not necessary for public repos
- security-events: write is needed for CodeQL uploads of SARIF reports
- persist-credentials: false prevents any github token to remain configured in the checked out repo (not necessary when not intending to push from the action)
- enable docker & github actions updates in dependabot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant