Skip to content

Commit 6877d0a

Browse files
committed
feat: upadte manifest file
1 parent fdb3fde commit 6877d0a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

platform/constants/manifest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
IntegrationType: github_account
22
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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ file_path="manifest.yaml"
55
# Append multiple lines to the file
66
cat <<EOF >> "$file_path"
77
DescriberTag: local-$TAG
8+
UpdateDate: $(date +%Y-%m-%d)
89
EOF
910

1011
echo "Data has been appended to $file_path"

0 commit comments

Comments
 (0)