Skip to content

Commit

Permalink
Use absolute URLs for README images
Browse files Browse the repository at this point in the history
There appears to be an issue with the README image rendering on the GitHub
actions storefront that results in broken images. This commit changes the image
references to absolute URLs to try and work around the problem.
  • Loading branch information
elopez authored Jun 16, 2022
1 parent 68ad243 commit bc62b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ The action supports the Github Code Scanning integration, which will push slithe
## Code Scanning preview

### Findings Summary
<img src="./images/summary.png" alt="Summary" width="500"/>
<img src="https://raw.githubusercontent.com/crytic/slither-action/68ad2434d613601b79da77aeb6b3bb04024d3d10/images/summary.png" alt="Summary" width="500"/>

### Findings Details
<img src="./images/details.png" alt="Summary" width="500"/>
<img src="https://raw.githubusercontent.com/crytic/slither-action/68ad2434d613601b79da77aeb6b3bb04024d3d10/images/details.png" alt="Summary" width="500"/>

## How to use

Expand Down

0 comments on commit bc62b8c

Please sign in to comment.