Merge pull request #1854 from zabbix/dependabot/github_actions/crazy-max/ghaction-container-scan-4
Bump crazy-max/ghaction-container-scan from 3 to 4
This commit is contained in:
commit
fb77302226
2
.github/workflows/images_build.yml
vendored
2
.github/workflows/images_build.yml
vendored
|
|
@ -393,7 +393,7 @@ jobs:
|
|||
|
||||
- name: Scan for vulnerabilities
|
||||
if: ${{ matrix.os != 'centos' }}
|
||||
uses: crazy-max/ghaction-container-scan@v3
|
||||
uses: crazy-max/ghaction-container-scan@v4
|
||||
with:
|
||||
image: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}
|
||||
annotations: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue