FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit faf92c34 authored by Dr Rich Wareham's avatar Dr Rich Wareham
Browse files

feat: add pre-commit version 4

parent b733e0bc
No related branches found
No related tags found
1 merge request!146feat: add pre-commit version 4 and bump 3.3 version
......@@ -237,7 +237,7 @@ pre-commit-3.3:
IMAGE_NAME: pre-commit
TAGS: latest 3 3.3 3.3-py3.11
PYTHON_VERSION: "3.11-alpine"
PRE_COMMIT_VERSION: "3.3.2"
PRE_COMMIT_VERSION: "3.3"
BUILD_ARGS: "PYTHON_VERSION PRE_COMMIT_VERSION"
WHEN_TO_RUN: "weekly"
......@@ -249,6 +249,25 @@ pre-commit-3.3-container-scanning:
WHEN_TO_RUN: "weekly"
needs: ["pre-commit-3.3"]
pre-commit-4.0:
extends: .build_and_push
variables:
IMAGE_TYPE: pre-commit
IMAGE_NAME: pre-commit
TAGS: latest 4 4.0 4.0-py3.11
PYTHON_VERSION: "3.11-alpine"
PRE_COMMIT_VERSION: "4.0"
BUILD_ARGS: "PYTHON_VERSION PRE_COMMIT_VERSION"
WHEN_TO_RUN: "weekly"
pre-commit-4.0-container-scanning:
extends: .container-scanning
variables:
SCAN_IMAGE_NAME: pre-commit
SCAN_IMAGE_TAG: latest
WHEN_TO_RUN: "weekly"
needs: ["pre-commit-4.0"]
commitlint:
extends: .build_and_push
variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment