Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit e716c6b

Browse files
committed
chore: Update docker image references for rce-images-python and trunk plugins
1 parent c887c9e commit e716c6b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Pull rce-images-python
2525
run: |
26-
docker pull ghcr.io/toolkithub/rce-images-python:edge
26+
docker pull toolkithub/python:edge
2727
2828
- name: Setup docker environment
2929
run: |
@@ -39,7 +39,7 @@ jobs:
3939
output=$(curl -s -X POST \
4040
-H "X-Access-Token: ${{ secrets.RCE_ACCESS_TOKEN }}" \
4141
-H "Content-Type: application/json" \
42-
-d '{"image": "ghcr.io/toolkithub/rce-images-python:edge", "payload": {"language": "python", "files": [{"name": "main.py", "content": "print(42)"}]}}' \
42+
-d '{"image": "toolkithub/python:edge", "payload": {"language": "python", "files": [{"name": "main.py", "content": "print(42)"}]}}' \
4343
http://localhost:50051/run
4444
)
4545

.trunk/trunk.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
# To learn more about the format of this file, see https://docs.trunk.io/reference/trunk-yaml
33
version: 0.1
44
cli:
5-
version: 1.22.2
5+
version: 1.22.3
66
# Trunk provides extensibility via plugins. (https://docs.trunk.io/plugins)
77
plugins:
88
sources:
99
- id: trunk
10-
ref: v1.6.1
10+
ref: v1.6.2
1111
uri: https://github.com/trunk-io/plugins
1212
# Many linters and tools depend on runtimes - configure them here. (https://docs.trunk.io/runtimes)
1313
runtimes:
@@ -20,7 +20,7 @@ runtimes:
2020
lint:
2121
enabled:
2222
- actionlint@1.7.1
23-
- checkov@3.2.219
23+
- checkov@3.2.234
2424
- clippy@1.65.0
2525
- git-diff-check
2626
- markdownlint@0.41.0
@@ -32,7 +32,7 @@ lint:
3232
- shfmt@3.6.0
3333
- taplo@0.9.3
3434
- trivy@0.54.1
35-
- trufflehog@3.81.7
35+
- trufflehog@3.81.9
3636
- yamllint@1.35.1
3737
actions:
3838
enabled:

0 commit comments

Comments
 (0)