Попытка исправить анализатор докер контейнеров
Some checks failed
Lint / Run linters (push) Successful in 34s
Create and publish a Docker image / Publish image (push) Successful in 26s
Create and publish a Docker image / Deploy image (push) Failing after 10s

This commit is contained in:
Sergey Karmanov 2024-06-21 09:00:31 +03:00
parent cdf7dc9712
commit 52568bfac5

View File

@ -38,14 +38,6 @@ jobs:
ignore-unfixed: true ignore-unfixed: true
vuln-type: 'os,library' vuln-type: 'os,library'
severity: 'CRITICAL,HIGH' severity: 'CRITICAL,HIGH'
- name: Run dockle
uses: goodwithtech/dockle-action@main
with:
image: '${{ env.DOCKER_METADATA_OUTPUT_TAGS }}'
format: 'list'
exit-code: '1'
exit-level: 'warn'
ignore: 'CIS-DI-0001,CIS-DI-0010,DKL-DI-0006'
- name: Log in to the Container registry - name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with: with: