Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ env:
PYTHON_VERSION: "3.12"
POETRY_VERSION: "1.8.1"

permissions: {}

jobs:
test:
name: Build and test docker image
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ env:
TESTS_REPORTS_ARTIFACT: tests-reports
PIPENV_VENV_IN_PROJECT: 1

permissions: {}

jobs:
coding-standards:
name: Linting & Coding Standards
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ env:
PYTHON_VERSION_DEFAULT: "3.12"
POETRY_VERSION: "1.8.1"

permissions: {}

jobs:
quicktest:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -160,6 +162,8 @@ jobs:
needs.release-PyPI.outputs.version &&
needs.release-PyPI.outputs.tag
runs-on: ubuntu-latest
permissions:
packages: write
env:
VERSION: ${{ needs.release-PyPI.outputs.version }}
ARTIFACT_DOCKER_SBOM: 'docker-image-bom'
Expand Down