You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,10 +109,10 @@ jobs:
109
109
- `max-request-in-parallel`: Defines the total HTTP Request that can be done in parallel
110
110
- `discovery-enabled`: Defined if the discovery is enabled
111
111
- `discovery-orgs`: List of organizations to be includes in the discovery, example: `discovery-orgs: owasp,nodejs`. The OpenSSF Scorecard API is case sensitive, please use the same organization name as in the github url, like: https://github.com/NodeSecure is `NodeSecure` and not `nodesecure`. [See example](https://github.com/NodeSecure/Governance/issues/21#issuecomment-1474770986)
112
-
- `report-tags-enabled`: Defines if the markdown report must be created/updated around tags by default is disabled. This is useful if the report is going to be include in a file that has other content on it, like docusaurus docs site or similar.
113
-
- `report-start-tag`:Defines the start tag, default `<!-- OPENSSF-SCORECARD-MONITOR:START -->`
114
-
- `report-end-tag`Defines the closing tag, default `<!-- OPENSSF-SCORECARD-MONITOR:END -->`
115
-
112
+
- `report-tags-enabled`: Defines if the markdown report must be created/updated around tags by default is disabled. This is useful if the report is going to be include in a file that has other content on it, like docusaurus docs site or similar
113
+
- `report-start-tag`Defines the start tag, default `<!-- OPENSSF-SCORECARD-MONITOR:START -->`
114
+
- `report-end-tag`:Defines the closing tag, default `<!-- OPENSSF-SCORECARD-MONITOR:END -->`
115
+
- `render-badge`: Defines if the OpenSSF badge must be rendered in the reportor to only show the score
0 commit comments