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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
# WhaleTail
1
+
# Whaler
2
2
3
3
4
-
WhaleTail is a Go program which is designed to reverse engineer a Docker Image into the Dockerfile that created it. It currently performs the following actions
4
+
Whaler is a Go program which is designed to reverse engineer a Docker Image into the Dockerfile that created it. It currently performs the following actions
5
5
6
6
- Generates a Dockerfile from an Image
7
7
- Searches added filenames for potential secret files
@@ -15,13 +15,13 @@ You can read more about this on my blog [Here](https://samaritan.ai/blog/reversi
15
15
Git clone the project into your $GOPATH/src directory and perform the following command
0 commit comments