Skip to content

Commit 88fb230

Browse files
committed
feat: update manifest file
1 parent 6877d0a commit 88fb230

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

platform/constants/manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ IntegrationType: github_account
22
DescriberURL: ghcr.io/opengovern/og-describer-github
33
Publisher: opencomply.io
44
Author : opencomply engineering team
5-
SupportedPlatformVersion: 2.x.x
5+
SupportedPlatformVersion: 2.x.x

platform/constants/update-manifest.sh

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

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

0 commit comments

Comments
 (0)