File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## [ 0.2.0] ( https://github.com/lhoupert/action-python-security-auditing/compare/v0.1.0...v0.2.0 ) (2026-03-27)
4+
5+
6+ ### Features
7+
8+ * add bandit action ([ #5 ] ( https://github.com/lhoupert/action-python-security-auditing/issues/5 ) ) ([ bbde8aa] ( https://github.com/lhoupert/action-python-security-auditing/commit/bbde8aa5584f4aa65a173c526d2d3902ecc3a976 ) )
9+
10+
11+ ### Bug Fixes
12+
13+ * formatting table ([ #10 ] ( https://github.com/lhoupert/action-python-security-auditing/issues/10 ) ) ([ 191bf3c] ( https://github.com/lhoupert/action-python-security-auditing/commit/191bf3ca1b8da0fe78c086dc297279f5fe572a4f ) )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " python-security-auditing"
7- version = " 0.1 .0"
7+ version = " 0.2 .0"
88description = " Reusable GitHub Action for Python security auditing with bandit and pip-audit"
99license = { text = " MIT" }
1010requires-python = " >=3.13"
You can’t perform that action at this time.
0 commit comments