Skip to content

Commit

Permalink
Update integrations.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
valentijnscholten committed Nov 15, 2020
1 parent 229b564 commit 50fdae0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/integrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ Github Vulnerability
--------------------
Import findings from Github vulnerability scan: https://help.github.com/en/github/managing-security-vulnerabilities

Github v4 graphql query to fetch data:
Github v4 graphql query to fetch data::

`` query getVulnerabilitiesByOwner($owner: String!) {
query getVulnerabilitiesByOwner($owner: String!) {
search(query: $owner, type: REPOSITORY, first: 100) {
nodes {
... on Repository {
Expand Down Expand Up @@ -194,7 +194,7 @@ Github v4 graphql query to fetch data:
}
}
}
``


HuskyCI Report
--------------
Expand Down

0 comments on commit 50fdae0

Please sign in to comment.