|
37 | 37 | docker pull antrea/antrea-controller-ubuntu:${{ steps.find-antrea-greatest-version.outputs.antrea_version }}
|
38 | 38 | - name: Run Trivy vulnerability scanner on latest antrea-agent Docker image
|
39 | 39 | if: ${{ always() && steps.pull.conclusion == 'success' }}
|
40 |
| - uses: aquasecurity/trivy-action@0.26.0 |
| 40 | + uses: aquasecurity/trivy-action@0.27.0 |
41 | 41 | # we cannot use .trivy.yml as we need to override some config parameters
|
42 | 42 | # and that is not supported by aquasecurity/trivy-action
|
43 | 43 | with:
|
|
50 | 50 | output: 'trivy.agent.latest.txt'
|
51 | 51 | - name: Run Trivy vulnerability scanner on latest antrea-controller Docker image
|
52 | 52 | if: ${{ always() && steps.pull.conclusion == 'success' }}
|
53 |
| - uses: aquasecurity/trivy-action@0.26.0 |
| 53 | + uses: aquasecurity/trivy-action@0.27.0 |
54 | 54 | # we cannot use .trivy.yml as we need to override some config parameters
|
55 | 55 | # and that is not supported by aquasecurity/trivy-action
|
56 | 56 | with:
|
|
63 | 63 | output: 'trivy.controller.latest.txt'
|
64 | 64 | - name: Run Trivy vulnerability scanner on antrea-agent Docker image for latest released version
|
65 | 65 | if: ${{ always() && steps.pull.conclusion == 'success' }}
|
66 |
| - uses: aquasecurity/trivy-action@0.26.0 |
| 66 | + uses: aquasecurity/trivy-action@0.27.0 |
67 | 67 | with:
|
68 | 68 | scan-type: 'image'
|
69 | 69 | image-ref: 'antrea/antrea-agent-ubuntu:${{ steps.find-antrea-greatest-version.outputs.antrea_version }}'
|
|
74 | 74 | output: 'trivy.agent.${{ steps.find-antrea-greatest-version.outputs.antrea_version }}.txt'
|
75 | 75 | - name: Run Trivy vulnerability scanner on antrea-controller Docker image for latest released version
|
76 | 76 | if: ${{ always() && steps.pull.conclusion == 'success' }}
|
77 |
| - uses: aquasecurity/trivy-action@0.26.0 |
| 77 | + uses: aquasecurity/trivy-action@0.27.0 |
78 | 78 | with:
|
79 | 79 | scan-type: 'image'
|
80 | 80 | image-ref: 'antrea/antrea-controller-ubuntu:${{ steps.find-antrea-greatest-version.outputs.antrea_version }}'
|
|
0 commit comments