Skip to content

Commit 2eaac6d

Browse files
authored
ci: fix copa patch workflow (#1682)
Signed-off-by: Anish Ramasekar <[email protected]>
1 parent 08df826 commit 2eaac6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/patch-images.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ jobs:
4444
- name: Copa Action
4545
if: steps.vuln_cout.outputs.vuln_count != '0'
4646
id: copa
47-
uses: project-copacetic/copa-action@1eb86b0907bce48225b66dc9488c7d329c2d48a0 # v1.0.0
47+
uses: project-copacetic/copa-action@3843e22efdca421adb37aa8dec103a0f1db68544 # v1.2.1
4848
with:
4949
image: ${{ matrix.images }}
5050
image-report: 'report.json'
5151
patched-tag: 'patched'
5252
buildkit-version: 'v0.12.1'
53+
timeout: '5m'
5354
- name: Push patched image
5455
if: steps.copa.conclusion == 'success'
5556
run: |

0 commit comments

Comments
 (0)