Skip to content

Commit d813cae

Browse files
committed
feat: update manifest file
1 parent f7436da commit d813cae

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

platform/constants/manifest.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
IntegrationType: template
2-
DescriberURL: ghcr.io/opengovern/og-describer-template
2+
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ file_path="manifest.yaml"
44

55
# Append multiple lines to the file
66
cat <<EOF >> "$file_path"
7+
78
DescriberTag: local-$TAG
9+
UpdateDate: $(date +%Y-%m-%d)
10+
811
EOF
912

1013
echo "Data has been appended to $file_path"

0 commit comments

Comments
 (0)