🚨 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
- Immediate: Do not merge until all commits are GPG signed
- 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
- 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
🚨 Security Alert: Unsigned Commits Detected
Found 1 unsigned commit(s) that violate our GPG signing policy.
📋 Details
Commit 1:
2cf7c286f361cf2dac845d0612758909923e0be3🔧 Required Actions
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:
Required Configuration:
🔗 Related