diff --git a/.github/workflows/keyfactor-starter-workflow.yml b/.github/workflows/keyfactor-starter-workflow.yml index 042ba5a..07fe0be 100644 --- a/.github/workflows/keyfactor-starter-workflow.yml +++ b/.github/workflows/keyfactor-starter-workflow.yml @@ -11,7 +11,7 @@ on: jobs: call-starter-workflow: - uses: keyfactor/actions/.github/workflows/starter.yml@v3.1.2 + uses: keyfactor/actions/.github/workflows/starter.yml@v3 secrets: token: ${{ secrets.V2BUILDTOKEN}} APPROVE_README_PUSH: ${{ secrets.APPROVE_README_PUSH}} diff --git a/README.md b/README.md index 3064861..eeb2b98 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
-
+
@@ -46,7 +46,7 @@ Fields listed in `fields.json` that do not already exist in Keyfactor will be cr
## Installation and Usage
1. **Prerequisites**
- * .NET 9 runtime.
+ * .NET 9 or newer runtime.
* A valid Sectigo account with API access credentials.
* A Keyfactor account with API access credentials.
* The following config files filled in within the config sub-directory:
diff --git a/docsource/content.md b/docsource/content.md
index 503e0af..a776cea 100644
--- a/docsource/content.md
+++ b/docsource/content.md
@@ -15,7 +15,7 @@ Fields listed in `fields.json` that do not already exist in Keyfactor will be cr
## Installation and Usage
1. **Prerequisites**
- * .NET 9 runtime.
+ * .NET 9 or newer runtime.
* A valid Sectigo account with API access credentials.
* A Keyfactor account with API access credentials.
* The following config files filled in within the config sub-directory:
diff --git a/integration-manifest.json b/integration-manifest.json
index cd5a532..88f52f9 100644
--- a/integration-manifest.json
+++ b/integration-manifest.json
@@ -1,13 +1,12 @@
{
- "$schema": "https://keyfactor.github.io/integration-manifest-schema.json",
+ "$schema": "https://keyfactor.github.io/v2/integration-manifest-schema.json",
"integration_type": "api-client",
"name": "Sectigo Metadata Sync",
- "status": "pilot",
+ "status": "production",
"description": "Sectigo Metadata Sync Application",
- "link_github": true,
- "update_catalog": true,
+ "link_github": false,
+ "update_catalog": false,
"support_level": "kf-community",
"release_project": "sectigo-metadata-sync/SectigoMetadataSync.csproj",
- "release_dir": "sectigo-metadata-sync/bin/Release",
- "about": {}
+ "release_dir": "sectigo-metadata-sync/bin/Release"
}
\ No newline at end of file