Skip to content

Commit de3d102

Browse files
updating content (#117)
1 parent 59ec568 commit de3d102

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
pull_request:
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
run-tests:
1114
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "txt2detection"
7-
8-
version = "0.0.2-rc12"
9-
authors = [
10-
{ name="DOGESEC", email="support@dogesec.com" },
7+
version = "0.0.3"
8+
authors = [
9+
{ name = "dogesec" }
10+
]
11+
maintainers = [
12+
{ name = "dogesec" }
1113
]
12-
description = "txt2detection is a tool"
14+
description = "A command line tool that takes a txt file containing threat intelligence and turns it into a detection rule."
1315
readme = "README.md"
1416
requires-python = ">=3.11"
1517
classifiers = [
@@ -31,6 +33,7 @@ dependencies = [
3133
[project.urls]
3234
Homepage = "https://github.com/muchdogesec/txt2detection"
3335
Issues = "https://github.com/muchdogesec/txt2detection/issues"
36+
"dogesec HQ" = "https://dogesec.com"
3437

3538
[project.scripts]
3639
txt2detection = "txt2detection.__main__:main"

0 commit comments

Comments
 (0)