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
- See the [Security overview](https://github.com/KEINOS/Dockerfile_of_SQLite3/security) for the details.
24
+
- Update Interval: [Once a week](https://github.com/KEINOS/Dockerfile_of_SQLite3/blob/master/.github/workflows/weekly-update.yml)
25
+
- Basic Vulnerability Scan:
26
+
-[Snyk Docker Scan](https://github.com/KEINOS/Dockerfile_of_SQLite3/blob/master/.github/workflows/snyk_scan.yml) and [Azure Container Scan](https://github.com/KEINOS/Dockerfile_of_SQLite3/blob/master/.github/workflows/azure_scan.yml) on push, PR and merge.
27
+
- Scan Interval: Once a week.
28
+
- See the [Security overview](https://github.com/KEINOS/Dockerfile_of_SQLite3/security) for the details.
Running `sqlite3` command inside the container interactively.
@@ -86,3 +88,14 @@ $ docker run --rm keinos/sqlite3 /run-test.sh
86
88
$ echo$?
87
89
0
88
90
```
91
+
92
+
[Let us know](https://github.com/KEINOS/Dockerfile_of_SQLite3/issues) if you have any test to be included.
93
+
94
+
## TODO
95
+
96
+
-[ ] ARM support for DockerHub ([Issue #2](https://github.com/KEINOS/Dockerfile_of_SQLite3/issues/2))
97
+
98
+
## License
99
+
100
+
-[MIT License](https://github.com/KEINOS/Dockerfile_of_SQLite3/blob/master/LICENSE.md) by [The Dockerfile of SQLite3 Contributors](https://github.com/KEINOS/Dockerfile_of_SQLite3/graphs/contributors).
101
+
- SQLite: [Public Domain](https://sqlite.org/copyright.html) by [D. Richard Hipp](https://en.wikipedia.org/wiki/D._Richard_Hipp) and [SQLite.org](https://sqlite.org/).
0 commit comments