Skip to content

Commit 1c59911

Browse files
authored
Merge pull request #184 from blacklanternsecurity/test-explicit-permissions
explicit permissions workflow
2 parents d9c9d68 + d2e307d commit 1c59911

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1414
cancel-in-progress: true
1515

16+
permissions:
17+
contents: write # Required for tagging releases and publishing packages
18+
pull-requests: read # Required to read PR metadata
19+
1620
jobs:
1721
lint:
1822
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "badsecrets"
3-
version = "0.9.29"
3+
version = "0.9.30"
44
description = "About"
55
authors = ["A library for detecting known or weak secrets on across many platforms"]
66
license = "GPL-3.0"

0 commit comments

Comments
 (0)