mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-09 00:12:03 +01:00
5 lines
72 B
Bash
5 lines
72 B
Bash
#!/bin/bash
|
|
set -e
|
|
/clair2.0.1/clair -config /config/config.yaml
|
|
set +e
|