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.
2 parents d9c9d68 + d2e307d commit 1c59911Copy full SHA for 1c59911
.github/workflows/tests.yaml
@@ -13,6 +13,10 @@ concurrency:
13
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14
cancel-in-progress: true
15
16
+permissions:
17
+ contents: write # Required for tagging releases and publishing packages
18
+ pull-requests: read # Required to read PR metadata
19
+
20
jobs:
21
lint:
22
runs-on: ubuntu-latest
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "badsecrets"
3
-version = "0.9.29"
+version = "0.9.30"
4
description = "About"
5
authors = ["A library for detecting known or weak secrets on across many platforms"]
6
license = "GPL-3.0"
0 commit comments