Skip to content

Commit

Permalink
Update dependencies and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelGirodon committed Apr 25, 2023
1 parent a4fceb2 commit 4c7edf3
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 2,164 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: npm
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 19.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# .gitignore
#

coverage/
node_modules/
tmp/
coverage/
*.tgz
test-results.xml
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to this project will be documented in this file.

## 0.1.0 - 2022-10-XX
## 0.1.0 - 2023-04-25

- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ application from DefectDojo with support for additional features:
Install Node.js >= 18 and NPM, then run the following commands:

```bash
npm i -g git+https://github.com/soprasteria/defectdojo-report.git
npm i -g defectdojo-report
defectdojo-report [options]
```

Expand All @@ -46,7 +46,7 @@ defectdojo-report \
--token "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
--product "product-name" --engagement "engagement-name" \
--status "active,!out_of_scope" \
--output "./secdebt" --formats "csv,html" \
--output "./secdebt" --format "csv,html" \
--config "./config.json"
```

Expand Down
4 changes: 2 additions & 2 deletions README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ additionnelles :
Installer Node.js >= 18 et NPM puis exécuter les commandes suivantes :

```bash
npm i -g git+https://github.com/soprasteria/defectdojo-report.git
npm i -g defectdojo-report
defectdojo-report [options]
```

Expand All @@ -48,7 +48,7 @@ defectdojo-report \
--token "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" \
--product "product-name" --engagement "engagement-name" \
--status "active,!out_of_scope" \
--output "./secdebt" --formats "csv,html" \
--output "./secdebt" --format "csv,html" \
--config "./config.json"
```

Expand Down
Loading

0 comments on commit 4c7edf3

Please sign in to comment.