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
Describe the bug
Running the EOL certifier from the command line fails with the output below. It never exits (sending a SIGTERM results in a "shutting down gracefully" message, but the process continues to run. SIGKILL works as expected. I'm not sure if that's related. I'll open a new issue if it's not)
guacone certifier eol
{"level":"info","ts":1734638930.280122,"caller":"logging/logger.go:79","msg":"Logging at info level","guac-version":"v0.12.3"}
{"level":"info","ts":1734638930.2803469,"caller":"certify/certify.go:109","msg":"Starting certifier run: 2024-12-19 20:08:50.280272 +0000 UTC","guac-version":"v0.12.3"}
{"level":"info","ts":1734638930.280405,"caller":"root_package/root_package.go:76","msg":"last-scan set to: 4 hours, last scan time set to: 2024-12-19 16:08:50.280388 +0000 UTC","guac-version":"v0.12.3"}
{"level":"error","ts":1734638960.281544,"caller":"cmd/eol.go:122","msg":"unable to ingest documents: unable to process doc: no document processor registered for type: ITE6EOL, format: JSON, document: ITE6EOL","guac-version":"v0.12.3","stacktrace":"github.com/guacsec/guac/cmd/guacone/cmd.init.func7.1\n\t/home/runner/work/guac/guac/cmd/guacone/cmd/eol.go:122"}
To Reproduce
Steps to reproduce the behavior:
Run guacone collect files on the demo data
Run guacone certifier eol
Expected behavior
Certifier should query endoflife.date, ingest data, and exit.
GUAC version
v0.12.3
Additional context
I tried both with and without the certifier running as part of the compose file. There was no difference.
The OSV and Clearly Defined certifiers work as expected.
The text was updated successfully, but these errors were encountered:
Describe the bug
Running the EOL certifier from the command line fails with the output below. It never exits (sending a SIGTERM results in a "shutting down gracefully" message, but the process continues to run. SIGKILL works as expected. I'm not sure if that's related. I'll open a new issue if it's not)
To Reproduce
Steps to reproduce the behavior:
guacone collect files
on the demo dataguacone certifier eol
Expected behavior
Certifier should query endoflife.date, ingest data, and exit.
GUAC version
v0.12.3
Additional context
I tried both with and without the certifier running as part of the compose file. There was no difference.
The OSV and Clearly Defined certifiers work as expected.
The text was updated successfully, but these errors were encountered: