We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c8171 commit bf0267dCopy full SHA for bf0267d
.github/workflows/ci.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
test:
10
+ name: "Test"
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@socketsecurity/bun-security-scanner",
3
"description": "Bun security scanner for SocketDev",
4
- "version": "0.1.0",
+ "version": "0.0.0-prerelease",
5
"author": "SocketDev <[email protected]>",
6
"license": "MIT",
"repository": {
0 commit comments