Skip to content

Commit

Permalink
chore: Use new Github blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabnguess committed Dec 1, 2023
1 parent 5ff74b9 commit f90a9db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/adding_new_strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export async function hydratePayloadDependencies(
```

---

> ⚠️ **Notes**: Documentation and testing are not specified here because it is difficult to predict what is needed. However, you are also responsible for adding them.
> [!NOTES]
> Documentation and testing are not specified here because it is difficult to predict what is needed. However, you are also responsible for adding them.
Take an interest in the previous works in `docs/` and `tests/strategies`.
3 changes: 2 additions & 1 deletion docs/github_advisory.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const { vulnerabilities } = (await arborist.audit()).toJSON();

This strategy doesn't require the synchronization of a local database.

> ⚠️ This strategy currently only work with a local project analysis (with a package.json/package-lock.json) ⚠️
> [!IMPORTANT]
> This strategy currently only work with a local project analysis (with a package.json/package-lock.json)
```js
import * as vulnera from "@nodesecure/vulnera";
Expand Down

0 comments on commit f90a9db

Please sign in to comment.