Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

🔐 Security Alert: 1 Unsigned Commit(s) Detected #5

Description

@github-actions

🚨 Security Alert: Unsigned Commits Detected

Found 1 unsigned commit(s) that violate our GPG signing policy.

📋 Details

Commit 1:

  • SHA: 2cf7c286f361cf2dac845d0612758909923e0be3
  • Message: fix: packages/internal-tools/package.json to reduce vulnerabilities
  • Author: snyk-bot snyk-bot@snyk.io
  • Branch: 4/merge

🔧 Required Actions

  1. Immediate: Do not merge until all commits are GPG signed
  2. Setup GPG signing:
    git config user.name "iamdrewfortini"
    git config user.email "admin@diatonic.online"
    git config user.signingkey YOUR_GPG_KEY_ID
    git config commit.gpgsign true
  3. Re-sign commits:
    git rebase --exec 'git commit --amend --no-edit -S' HEAD~1
    git push --force-with-lease

📋 Security Policy

This repository requires all commits to be GPG signed to ensure:

  • Authenticity: Verify the commit author
  • Integrity: Ensure commits haven't been tampered with
  • Non-repudiation: Provide cryptographic proof of authorship

Required Configuration:

🔗 Related

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions