We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08df826 commit 2eaac6dCopy full SHA for 2eaac6d
.github/workflows/patch-images.yaml
@@ -44,12 +44,13 @@ jobs:
44
- name: Copa Action
45
if: steps.vuln_cout.outputs.vuln_count != '0'
46
id: copa
47
- uses: project-copacetic/copa-action@1eb86b0907bce48225b66dc9488c7d329c2d48a0 # v1.0.0
+ uses: project-copacetic/copa-action@3843e22efdca421adb37aa8dec103a0f1db68544 # v1.2.1
48
with:
49
image: ${{ matrix.images }}
50
image-report: 'report.json'
51
patched-tag: 'patched'
52
buildkit-version: 'v0.12.1'
53
+ timeout: '5m'
54
- name: Push patched image
55
if: steps.copa.conclusion == 'success'
56
run: |
0 commit comments