mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-31 01:52:59 +01: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-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
|
||||
if: ${{ env.AUTO_PUSH_IMAGES == 'true' }}
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user