Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6d1665137 | |||
| ffb3fb199a | |||
| fb3e46016f | |||
| 6217c5c7de | |||
| 720f156fa3 |
@@ -1,10 +1,9 @@
|
|||||||
FROM gitea/runner-images:ubuntu-latest
|
FROM git.tainton.uk/repos/runner-ubuntu-custom:latest
|
||||||
|
|
||||||
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
LABEL maintainer="Luke Tainton <luke@tainton.uk>"
|
||||||
|
|
||||||
ENV PYTHONUNBUFFERED=1
|
ENV PYTHONUNBUFFERED=1
|
||||||
RUN python3 -m pip install --break-system-packages --no-cache --upgrade pip && \
|
RUN pipx install conventional-pre-commit==4.3.0
|
||||||
python3 -m pip install --break-system-packages --no-cache conventional-pre-commit==4.0.0
|
|
||||||
|
|
||||||
# Copies your code file from your action repository to the filesystem path `/` of the container
|
# Copies your code file from your action repository to the filesystem path `/` of the container
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
|
|||||||
@@ -8,6 +8,9 @@
|
|||||||
"platformCommit": "enabled",
|
"platformCommit": "enabled",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"rollbackPrs": true,
|
"rollbackPrs": true,
|
||||||
|
"semanticCommits": "enabled",
|
||||||
|
"semanticCommitScope": "deps",
|
||||||
|
"semanticCommitType": "feat",
|
||||||
"vulnerabilityAlerts": {
|
"vulnerabilityAlerts": {
|
||||||
"commitMessagePrefix": "[SECURITY] ",
|
"commitMessagePrefix": "[SECURITY] ",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user