mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-30 11:44:29 +03:00
First release of open-appsec source code
This commit is contained in:
6
nodes/orchestration/package/k8s-check-update-trigger.sh
Executable file
6
nodes/orchestration/package/k8s-check-update-trigger.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
while read line;
|
||||
do
|
||||
date > /etc/cp/conf/k8s-policy-check.trigger
|
||||
done
|
Reference in New Issue
Block a user