Skip to content

Commit f0779df

Browse files
committed
cleanup+sec
1 parent fe83bfc commit f0779df

10 files changed

+23
-34
lines changed

.github/workflows/bandit.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Security check - Bandit
2+
permissions:
3+
contents: read
4+
pull-requests: write
25

36
on: push
47

@@ -10,7 +13,7 @@ jobs:
1013
- uses: actions/checkout@v4
1114

1215
- name: Security check - Bandit
13-
uses: ioggstream/[email protected]
16+
uses: ioggstream/bandit-report-artifacts#b306975a803883a5ae3a0a0eb9a173970dd8a4ac # @v1.7.4
1417
with:
1518
project_path: src
1619
# ignore_failure: true

.github/workflows/black.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Black
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on: [push]
36
jobs:
47
build:

.github/workflows/flake8.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Flake8
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on: [push]
36
jobs:
47
build:

.github/workflows/isort.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Isort
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on: [push]
36

47
jobs:

.github/workflows/pyroma.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Pyroma
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on: [push]
36
jobs:
47
build:

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: Tests
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on:
36
push:
47
branches: ["*"]

.github/workflows/zpretty.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: zpretty
2+
permissions:
3+
contents: read
4+
pull-requests: write
25
on: [push]
36
jobs:
47
build:

constraints_plone60.txt

-16
This file was deleted.

requirements-6.0.x.txt

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1 @@
1-
# Keep these the same as in base.cfg please.
2-
pip==22.2.2
3-
setuptools==65.3.0
4-
zc.buildout>=3.0.0rc3
5-
wheel==0.37.1
6-
7-
# Windows specific down here (has to be installed here, fails in buildout)
8-
# Dependency of zope.sendmail:
9-
pywin32 ; platform_system == 'Windows'
10-
# SSL Certs on Windows, because Python is missing them otherwise:
11-
certifi ; platform_system == 'Windows'
12-
# Dependency of collective.recipe.omelette:
13-
ntfsutils ; platform_system == 'Windows' and python_version < '3.0'
14-
1+
-r https://dist.plone.org/release/6.0-latest/requirements.txt

requirements_plone60.txt

-3
This file was deleted.

0 commit comments

Comments
 (0)