audit-labs/gh-attest

GitHub Audit Evidence Extractor

clone: git clone https://gitbay.org/audit-labs/gh-attest.git

7279e9f616255f6020e9553d2747459404c59b88

verified · cmc

author: Christian Cleberg <hello@cleberg.net> · 2026-08-21T03:24:45Z

Version 1.0.4

package.json had drifted: it still read 1.0.2 while v1.0.3 was tagged and
released. Bumps straight to 1.0.4 for the exclusions/filtering/ruleset
release rather than backfilling the skipped bump.
 package-lock.json | 4 ++--
 package.json      | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 55614e4..4f0b4a7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "gh-attest",
-  "version": "1.0.2",
+  "version": "1.0.4",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "gh-attest",
-      "version": "1.0.2",
+      "version": "1.0.4",
       "dependencies": {
         "jose": "^6.2.8",
         "pdf-lib": "^1.17.1"
diff --git a/package.json b/package.json
index c2949ba..addf1fe 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "gh-attest",
-  "version": "1.0.2",
+  "version": "1.0.4",
   "private": true,
   "type": "module",
   "scripts": {