Skip to content

Commit a0641d0

Browse files
authored
Merge pull request #14 from squaredup/work/dc/digicert-docs
2 parents 9952098 + 153ac23 commit a0641d0

4 files changed

Lines changed: 18 additions & 7 deletions

File tree

.github/copilot-instructions.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,10 @@ When reviewing code, focus on:
33
## Versioning
44
Any diff that touches files inside a plugin directory must include a corresponding change to metadata.json that increases the `version` field. If no version bump is present, assume the task is unfinished and prompt to add one.
55

6-
## Naming & language
7-
* Do not use “you” “Your”. Avoid conversational or instructional phrasing. Keep text neutral, concise, and descriptive.
8-
96
## Security
107
- Check for hardcoded secrets, API keys, or credentials
118

12-
## Formatting
13-
9+
## Code formatting
1410
* Follow existing formatting in the repo
1511
* Use consistent naming
1612
* Do not introduce formatting tools or config files unless explicitly requested.

plugins/DigiCert/v1/docs/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Before you start
2+
You will need a DigiCert API key to use this data source. See the [Authentication Guide](https://dev.digicert.com/en/certcentral-apis/authentication.html) to generate one.

plugins/DigiCert/v1/metadata.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "digicert",
33
"displayName": "DigiCert",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"author": {
66
"name": "shaswot.subedi@squaredup.com",
77
"type": "community"
@@ -24,5 +24,18 @@
2424
],
2525
"queryArgs": [],
2626
"baseUrl": "https://www.digicert.com/services/v2"
27-
}
27+
},
28+
"links": [
29+
{
30+
"category": "documentation",
31+
"url": "https://github.com/squaredup/plugins/blob/main/plugins/DigiCert/v1/docs/README.md",
32+
"label": "Help adding this plugin"
33+
},
34+
{
35+
"category": "source",
36+
"url": "https://github.com/squaredup/plugins/tree/main/plugins/DigiCert/v1",
37+
"label": "Repository"
38+
}
39+
],
40+
"screenshots": ["https://github.com/squaredup/plugins/blob/main/plugins/DigiCert/v1/screenshots/digicert.png"]
2841
}
139 KB
Loading

0 commit comments

Comments
 (0)