mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#! /bin/bash
|
|
|
|
trivy image --exit-code 1 us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:$(git describe --tags --always --dirty)
|