Backend/.gitea/workflows/Dockle.yml
Sergey Karmanov 7fbb014f35
All checks were successful
Lint / Run linters (push) Successful in 36s
Create and publish a Docker image / Publish image (push) Successful in 31s
Create and publish a Docker image / Deploy image (push) Successful in 10s
Ещё исправления Dockle
2024-06-21 11:50:37 +03:00

22 lines
502 B
YAML

name: Dockle
on:
workflow_dispatch:
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'