We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7436da commit d813caeCopy full SHA for d813cae
platform/constants/manifest.yaml
@@ -1,2 +1,5 @@
1
IntegrationType: template
2
-DescriberURL: ghcr.io/opengovern/og-describer-template
+DescriberURL: ghcr.io/opengovern/og-describer-template
3
+Publisher: opencomply.io
4
+Author : opencomply engineering team
5
+SupportedPlatformVersion: 2.x.x
platform/constants/update-manifest.sh
@@ -4,7 +4,10 @@ file_path="manifest.yaml"
# Append multiple lines to the file
6
cat <<EOF >> "$file_path"
7
+
8
DescriberTag: local-$TAG
9
+UpdateDate: $(date +%Y-%m-%d)
10
11
EOF
12
13
echo "Data has been appended to $file_path"
0 commit comments