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: README.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,6 @@ CertGraph has multiple options for querying SSL certificates. The driver is resp
70
70
71
71
***crtsh** this driver searches Certificate Transparency logs via [crt.sh](https://crt.sh/). No packets are sent to any of the domains when using this driver
72
72
73
-
74
73
## Example
75
74
76
75
```console
@@ -94,25 +93,28 @@ Pre-compiled releases are automatically built and uploaded to the [releases GitH
94
93
95
94
This project uses GitHub Actions for continuous integration and deployment:
96
95
97
-
-**Tests and Linting**: Automatically runs tests and linting on every push and pull request
98
-
-**Docker Images**: Automatically builds and pushes Docker images to GitHub Container Registry on version tags
99
-
-**Releases**: Automatically creates releases with pre-compiled binaries for multiple platforms using GoReleaser
96
+
***Tests and Linting**: Automatically runs tests and linting on every push and pull request
97
+
***Docker Images**: Automatically builds and pushes Docker images to GitHub Container Registry on version tags
98
+
***Releases**: Automatically creates releases with pre-compiled binaries for multiple platforms using GoReleaser
100
99
101
100
### Docker
102
101
103
102
CertGraph is available as Docker images on both Docker Hub and GitHub Container Registry:
104
103
105
104
**Docker Hub:**
105
+
106
106
```console
107
-
$ docker run --rm -it lanrat/certgraph example.com
107
+
docker run --rm -it lanrat/certgraph example.com
108
108
```
109
109
110
110
**GitHub Container Registry:**
111
+
111
112
```console
112
-
$ docker run --rm -it ghcr.io/lanrat/certgraph example.com
113
+
docker run --rm -it ghcr.io/lanrat/certgraph example.com
0 commit comments