From 6f8c65b6cde6f45db9b5f19ce024296f2d85307b Mon Sep 17 00:00:00 2001 From: tristanroth1 Date: Wed, 2 Sep 2026 17:40:27 +0200 Subject: [PATCH] Add heygrc (compliance review for pull requests) --- .github/plugin/marketplace.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index a31b710..7ae2468 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -409,6 +409,36 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "heygrc", + "description": "GRC compliance review for your pull requests. heyGRC reviews each PR against ISO 27001, SOC 2, GDPR, DORA, NIS 2, the EU AI Act and your own company profile, then posts inline findings, a neutral check run, and a sticky summary. Public repos are free.", + "version": "0.1.2", + "author": { + "name": "Better ISMS", + "url": "https://heygrc.com" + }, + "homepage": "https://heygrc.com", + "keywords": [ + "heygrc", + "grc", + "compliance", + "security", + "code-review", + "pull-request", + "iso-27001", + "soc-2", + "gdpr", + "eu-ai-act", + "dora", + "nis-2" + ], + "license": "MIT", + "repository": "https://github.com/better-isms/heygrc-plugin", + "source": { + "source": "github", + "repo": "better-isms/heygrc-plugin" + } } ] }