File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 call-starter-workflow :
14- uses : keyfactor/actions/.github/workflows/starter.yml@v3.1.2
14+ uses : keyfactor/actions/.github/workflows/starter.yml@v3
1515 secrets :
1616 token : ${{ secrets.V2BUILDTOKEN}}
1717 APPROVE_README_PUSH : ${{ secrets.APPROVE_README_PUSH}}
Original file line number Diff line number Diff line change 44
55<p align =" center " >
66 <!-- Badges -->
7- <img src =" https://img.shields.io/badge/integration_status-pilot -3D1973?style=flat-square " alt =" Integration Status: pilot " />
7+ <img src =" https://img.shields.io/badge/integration_status-production -3D1973?style=flat-square " alt =" Integration Status: production " />
88<a href =" https://github.com/Keyfactor/sectigo-metadata-sync/releases " ><img src =" https://img.shields.io/github/v/release/Keyfactor/sectigo-metadata-sync?style=flat-square " alt =" Release " /></a >
99<img src =" https://img.shields.io/github/issues/Keyfactor/sectigo-metadata-sync?style=flat-square " alt =" Issues " />
1010<img src =" https://img.shields.io/github/downloads/Keyfactor/sectigo-metadata-sync/total?style=flat-square&label=downloads&color=28B905 " alt =" GitHub Downloads (all assets, all releases) " />
@@ -46,7 +46,7 @@ Fields listed in `fields.json` that do not already exist in Keyfactor will be cr
4646## Installation and Usage
4747
48481 . ** Prerequisites**
49- * .NET 9 runtime.
49+ * .NET 9 or newer runtime.
5050 * A valid Sectigo account with API access credentials.
5151 * A Keyfactor account with API access credentials.
5252 * The following config files filled in within the config sub-directory:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Fields listed in `fields.json` that do not already exist in Keyfactor will be cr
1515## Installation and Usage
1616
17171 . ** Prerequisites**
18- * .NET 9 runtime.
18+ * .NET 9 or newer runtime.
1919 * A valid Sectigo account with API access credentials.
2020 * A Keyfactor account with API access credentials.
2121 * The following config files filled in within the config sub-directory:
Original file line number Diff line number Diff line change 11{
2- "$schema" : " https://keyfactor.github.io/integration-manifest-schema.json" ,
2+ "$schema" : " https://keyfactor.github.io/v2/ integration-manifest-schema.json" ,
33 "integration_type" : " api-client" ,
44 "name" : " Sectigo Metadata Sync" ,
5- "status" : " pilot " ,
5+ "status" : " production " ,
66 "description" : " Sectigo Metadata Sync Application" ,
7- "link_github" : true ,
8- "update_catalog" : true ,
7+ "link_github" : false ,
8+ "update_catalog" : false ,
99 "support_level" : " kf-community" ,
1010 "release_project" : " sectigo-metadata-sync/SectigoMetadataSync.csproj" ,
11- "release_dir" : " sectigo-metadata-sync/bin/Release" ,
12- "about" : {}
11+ "release_dir" : " sectigo-metadata-sync/bin/Release"
1312}
You can’t perform that action at this time.
0 commit comments