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: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@
24
24
25
25
### OpenAPI Specifications
26
26
27
-
The OpenAPI specification is located in the [`exhort-api-spec`](https://github.com/trustification/exhort-api-spec) where the Java and Javascript libraries are generated.
27
+
The OpenAPI specification is located in the [`trustify-da-api-spec`](https://github.com/guacsec/trustify-da-api-spec) where the Java and Javascript libraries are generated.
28
28
29
29
### Code Walkthrough
30
30
@@ -86,7 +86,7 @@ scripts in [integration/testers](integration/testers).<br/>
86
86
87
87
We have 3 _testers_:
88
88
*[integration/testers/cli](integration/testers/cli) is a _package.json_ used for installing the _ESM module_.
89
-
Invoking the CLI Script is done against the _@trustification/exhort-javascript-api/dist/src/cli.js_ in the tester's
89
+
Invoking the CLI Script is done against the _@guacsec/exhort-javascript-api/dist/src/cli.js_ in the tester's
90
90
_node_modules_.
91
91
*[integration/testers/javascript](integration/testers/javascript) is a _javascript_ script invoking the _ESM module_.
92
92
*[integration/testers/typescript](integration/testers/typescript) is a _typescript_ script invoking the _ESM module_.
@@ -119,7 +119,7 @@ contribution. See the [DCO](DCO) file for details.
@@ -206,7 +207,7 @@ Excluding a package from any analysis can be achieved by marking the package for
206
207
207
208
<em>Golang</em> users can add in go.mod a comment with //exhortignore next to the package to be ignored, or to "piggyback" on existing comment ( e.g - //indirect) , for example:
208
209
```go
209
-
module github.com/trustification/SaaSi/deployer
210
+
module github.com/guacsec/SaaSi/deployer
210
211
211
212
go1.19
212
213
@@ -295,7 +296,7 @@ for various customization.
295
296
However, <em>ESM Module</em> users, can opt for customizing programmatically:
0 commit comments