Backend/.gitea/workflows/Dockle.yml
Sergey Karmanov 0d4da22727
All checks were successful
Lint / Run linters (push) Successful in 36s
Build and deploy / Publish image (push) Successful in 27s
Build and deploy / Deploy image (push) Successful in 10s
Ещё исправления Dockle
2024-06-21 11:55:26 +03:00

21 lines
468 B
YAML

name: Dockle
on:
workflow_run:
workflows: ["Build and deploy"]
types:
- completed
jobs:
run-dockle:
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'