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 fdb3fde commit 6877d0aCopy full SHA for 6877d0a
platform/constants/manifest.yaml
@@ -1,2 +1,5 @@
1
IntegrationType: github_account
2
DescriberURL: ghcr.io/opengovern/og-describer-github
3
+Publisher: opencomply.io
4
+Author : opencomply engineering team
5
+SupportedPlatformVersion: 2.x.x
platform/constants/update-manifest.sh
@@ -5,6 +5,7 @@ file_path="manifest.yaml"
# Append multiple lines to the file
6
cat <<EOF >> "$file_path"
7
DescriberTag: local-$TAG
8
+UpdateDate: $(date +%Y-%m-%d)
9
EOF
10
11
echo "Data has been appended to $file_path"
0 commit comments