|
33 | 33 | uses: actions/checkout@v5 |
34 | 34 |
|
35 | 35 | - name: Run hadolint scanning on the controller Dockerfile |
36 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 36 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
37 | 37 | with: |
38 | 38 | dockerfile: ./dockerfiles/Dockerfile |
39 | 39 | format: sarif |
|
42 | 42 | no-fail: true |
43 | 43 |
|
44 | 44 | - name: Run hadolint scanning on the maven Dockerfile |
45 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 45 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
46 | 46 | with: |
47 | 47 | dockerfile: ./dockerfiles/maven/Dockerfile |
48 | 48 | format: sarif |
|
51 | 51 | no-fail: true |
52 | 52 |
|
53 | 53 | - name: Run hadolint scanning on the multibranch agent Dockerfile |
54 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 54 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
55 | 55 | with: |
56 | 56 | dockerfile: ./dockerfiles/multi/Dockerfile |
57 | 57 | format: sarif |
|
60 | 60 | no-fail: true |
61 | 61 |
|
62 | 62 | - name: Run hadolint scanning on the node agent Dockerfile |
63 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 63 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
64 | 64 | with: |
65 | 65 | dockerfile: ./dockerfiles/node/Dockerfile |
66 | 66 | format: sarif |
|
69 | 69 | no-fail: true |
70 | 70 |
|
71 | 71 | - name: Run hadolint scanning on the Python agent Dockerfile |
72 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 72 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
73 | 73 | with: |
74 | 74 | dockerfile: ./dockerfiles/python/Dockerfile |
75 | 75 | format: sarif |
|
78 | 78 | no-fail: true |
79 | 79 |
|
80 | 80 | - name: Run hadolint scanning on the sidekick Dockerfile |
81 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 81 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
82 | 82 | with: |
83 | 83 | dockerfile: ./dockerfiles/sidekick/Dockerfile |
84 | 84 | format: sarif |
|
87 | 87 | no-fail: true |
88 | 88 |
|
89 | 89 | - name: Run hadolint scanning on the Android Dockerfile |
90 | | - uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 |
| 90 | + uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 |
91 | 91 | with: |
92 | 92 | dockerfile: ./dockerfiles/android/Dockerfile |
93 | 93 | format: sarif |
|
0 commit comments