File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,13 @@ jobs:
94
94
95
95
- name : Run structure tests
96
96
if : steps.changed-files-specific.outputs.any_changed == 'true'
97
+ env :
98
+ IMAGE_NAME : ${{ env.IMAGE }}
97
99
run : >-
98
100
container-structure-test test
99
101
--config ${{ github.workspace
100
102
}}/.github/.container-structure-test-config.yaml
101
- --image ${{ env.IMAGE }}
103
+ --image "${IMAGE_NAME}"
102
104
103
105
- name : Dive - check image for waste files
104
106
if : steps.changed-files-specific.outputs.any_changed == 'true'
Original file line number Diff line number Diff line change @@ -43,13 +43,13 @@ repos:
43
43
44
44
# Detect hardcoded secrets
45
45
- repo : https://github.com/gitleaks/gitleaks
46
- rev : a248f9279b38aeff5bbd4c85cc6f15b64d27e794 # frozen: v8.27.0
46
+ rev : 47218a628da59ef6b24197d15f4b0248ca87f4f0 # frozen: v8.27.2
47
47
hooks :
48
48
- id : gitleaks
49
49
50
50
# Github Action static analysis tool
51
51
- repo : https://github.com/woodruffw/zizmor-pre-commit
52
- rev : d2c1833a059c66713cd52c032617766134679a0f # frozen: v1.9 .0
52
+ rev : 69fa534d69454f44ddd4451b5e2da7a1c48e525b # frozen: v1.11 .0
53
53
hooks :
54
54
- id : zizmor
55
55
@@ -105,20 +105,20 @@ repos:
105
105
106
106
# Python
107
107
- repo : https://github.com/astral-sh/ruff-pre-commit
108
- rev : 9aeda5d1f4bbd212c557da1ea78eca9e8c829e19 # frozen: v0.11.13
108
+ rev : 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # frozen: v0.12.2
109
109
hooks :
110
110
- id : ruff
111
111
args :
112
112
- --fix
113
113
- id : ruff-format
114
114
115
115
- repo : https://github.com/wemake-services/wemake-python-styleguide
116
- rev : 6d4ca2bdc16b3098422a2770728136fc0751b817 # frozen: 1.1 .0
116
+ rev : 89eca4e53c6a95aebebd9cc86b717fb11a915de9 # frozen: 1.2 .0
117
117
hooks :
118
118
- id : wemake-python-styleguide
119
119
120
120
- repo : https://github.com/pre-commit/mirrors-mypy.git
121
- rev : 7010b10a09f65cd60a23c207349b539aa36dbec1 # frozen: v1.16.0
121
+ rev : 0f86793af5ef5f6dc63c8d04a3cabfa3ea8f9c6a # frozen: v1.16.1
122
122
hooks :
123
123
- id : mypy
124
124
alias : mypy-py313
You can’t perform that action at this time.
0 commit comments