mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while read line;
|
|
do
|
|
date > /etc/cp/conf/k8s-policy-check.trigger
|
|
done
|