fix: add --with-trivy flag to install

This commit is contained in:
2023-12-29 16:30:12 +00:00
parent 666f39d43b
commit b930b292a9

View File

@@ -30,7 +30,7 @@
- name: run installer
shell:
cmd: ./install.sh
cmd: ./install.sh --with-trivy
chdir: /opt/harbor/
when: config.changed or release.changed
notify: restart harbor