Backend/.gitea/workflows/Dockle.yml
Sergey Karmanov ea9a8cec30
Some checks failed
Lint / Run linters (push) Successful in 32s
Create and publish a Docker image / Publish image (push) Failing after 14s
Create and publish a Docker image / Deploy image (push) Has been skipped
Перенастроил анализатор докер контейнеров
2024-06-21 10:37:15 +03:00

22 lines
487 B
YAML

name: Dockle
on:
workflow_run:
workflows: ["Create and publish a Docker image"]
types:
- completed
jobs:
run-linters:
name: Run dockle
runs-on: ubuntu-latest
steps:
- name: Run dockle
uses: goodwithtech/dockle-action@main
with:
image: ${{ env.GITHUB_SERVER_URL }}/${{ gitea.repository }}
format: 'list'
exit-code: '1'
exit-level: 'warn'
ignore: 'CIS-DI-0001,CIS-DI-0010,DKL-DI-0006'