mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-03 09:09:47 +01:00
7 lines
81 B
Bash
7 lines
81 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
/home/scanner/install_cert.sh
|
||
|
|
||
|
/home/scanner/bin/scanner-trivy
|