From bf0267d3162bf7210d10f47853eaa0d5fb1a52c6 Mon Sep 17 00:00:00 2001 From: Bradley Meck Farias Date: Mon, 6 Oct 2025 09:27:03 -0500 Subject: [PATCH] missing Test name on CI workflow --- .github/workflows/ci.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf2388..810a8dd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ on: jobs: test: + name: "Test" runs-on: ${{ matrix.os }} strategy: matrix: diff --git a/package.json b/package.json index b50d685..27460fa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@socketsecurity/bun-security-scanner", "description": "Bun security scanner for SocketDev", - "version": "0.1.0", + "version": "0.0.0-prerelease", "author": "SocketDev ", "license": "MIT", "repository": {