mirror of https://github.com/apache/kafka.git
Update docker_scan.yml for 3.8.1 (#17623)
Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
parent
984777f0b9
commit
4419677e06
|
@ -26,7 +26,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# This is an array of supported tags. Make sure this array only contains the supported tags
|
||||
supported_image_tag: ['latest', '3.7.1']
|
||||
supported_image_tag: ['latest', '3.7.1', "3.8.0", "3.8.1"]
|
||||
steps:
|
||||
- name: Run CVE scan
|
||||
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
|
||||
|
|
Loading…
Reference in New Issue