mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-06-21 10:27:47 +02:00
Added container scan tool
This commit is contained in:
parent
9f8aef76a8
commit
429f5e7568
6
.github/workflows/images_build.yml
vendored
6
.github/workflows/images_build.yml
vendored
@ -392,6 +392,12 @@ jobs:
|
|||||||
cache-from: ${{ steps.cache_data.outputs.cache_from }}
|
cache-from: ${{ steps.cache_data.outputs.cache_from }}
|
||||||
cache-to: ${{ steps.cache_data.outputs.cache_to }}
|
cache-to: ${{ steps.cache_data.outputs.cache_to }}
|
||||||
|
|
||||||
|
- name: Scan for vulnerabilities
|
||||||
|
uses: crazy-max/ghaction-container-scan@v3
|
||||||
|
with:
|
||||||
|
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
|
||||||
|
annotations: true
|
||||||
|
|
||||||
- name: Sign the images with GitHub OIDC Token
|
- name: Sign the images with GitHub OIDC Token
|
||||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user