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
Archives (.zip, .tar, .7z) are also supported. On these the content (IsFreeOfKeywords) on each file is **not** checked.
16
+
Archives (.zip, .tar, .7z) are also supported. On these the content (IsFreeOfKeywords) on each file is checked if the file is not too big.
15
17
As *.tar.gz* files require complete unpacking of the archive to access the list of contained files it is not supported as it would be too slow for large archives.
16
18
17
19
**By respository:**
@@ -87,6 +89,21 @@ or you compile first and run via:
87
89
pc -location your-ckan-package-name
88
90
```
89
91
92
+
run with Terminal User Interface:
93
+
```bash
94
+
pc -config pc.toml -location . --tui
95
+
```
96
+
97
+
run with html output:
98
+
```bash
99
+
pc -config pc.toml -location . --html report.html
100
+
```
101
+
102
+
run with plain output:
103
+
```bash
104
+
pc -config pc.toml -location . --plain
105
+
```
106
+
90
107
## Building
91
108
To build (https://github.com/confluentinc/confluent-kafka-go/issues/1092#issuecomment-2373681430):
I added to new checks in the checks by file file. Please include these in the config and add white and blacklist functionalities as requires. I believe it should already be implemented. Please hten add the corresponding sdections to the 3 toml files.
165
-
166
-
After adding the tests please check the functionality of pc. I belive there must be a bug. Running this go run . -config pc.toml -location testdata/archives should find a lot of problem but it is not. the data in the different archive formats is identical. So it should always find the same for zip, tar and 7z. What is going on?
0 commit comments