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 6877d0a commit 88fb230Copy full SHA for 88fb230
platform/constants/manifest.yaml
@@ -2,4 +2,4 @@ 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
+SupportedPlatformVersion: 2.x.x
platform/constants/update-manifest.sh
@@ -4,6 +4,7 @@ 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
EOF
0 commit comments