This GitHub action will lint and test project's image with Dockle and also send notifications to slack depending on the configuration.
registry:- description:
Registry's host - required:
false - default:
"ghcr.io"
- description:
user:- description:
Registry's user - required:
false - default:
${{ github.actor }}
- description:
password:- description:
Registry user's password or token - required:
true
- description:
image:- description:
Docker image name with tag - required:
true
- description:
slack-webhook:- description:
Slack Webhook for notifications - required:
true
- description: