Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable dependabot for GitHub actions #148

Merged
merged 2 commits into from
Sep 4, 2024

Conversation

carlewis
Copy link
Member

@carlewis carlewis commented Aug 1, 2024

The aim of dependency pinning is avoiding supply chain vulnerabilities. OpenSSF scorecard recommends pinning to the actions hash to avoid the situation where a dependency action introduces a vulnerability. Dependabot will check dependencies versions and flag any version with vulnerabilities to be updated.

Dependabot updates will happen once a month. To avoid PR noise to developers, organization level team "security managers" will receive the notification for review.

Checklist

Tick if relevant:

  • New files have a copyright
  • New headers have an include guards
  • API is documented with Doxygen
  • New functionalities are tested
  • Tests pass locally
  • Files are clang-formatted

Copy link
Collaborator

@alan-forbes-cp alan-forbes-cp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@carlewis carlewis merged commit fdcb8c2 into codeplaysoftware:main Sep 4, 2024
1 check passed
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.

3 participants