-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Secret Scanning not working on Linux agents #2269
Comments
can you please show us the |
I tried to run agent on Debian 12 and I was able to run all the scans successfully can you please provide the full log file meanwhile can you try to uninstall and install the agent again if secret scanner start without any issues the secret scanner log file will have below content
|
Technical Context
deepfence-agent-amd64-2.2.2.tar.gz
Describe the bug
What I've done to try to understand the error:
I am mostly grepping through the logs at
/opt/deepfence/df-agents/copilot/var/log/supervisor/deepfenced.log
I am seeing WARN errors
skip <Deepfence_module> rules update already new
in the logs for deepfence agents in Linux. I don't know what that means, and I don't know either if there's something wrong with my installation (I don't know either if the WARN messages are related, or if this WARN errors may indicate some other issue I'm not even aware of yet, not related to secret scanning):How I installed the agent:
sudo bash
export MGMT_CONSOLE_URL="MY DF SERVER IP"
export DEEPFENCE_KEY="MY KEY"
(As per the instructions in the Web UI)
bash install_deepfence_agent.sh
Expected behavior
Secret Scanning on Linux hosts working
Thank you, I don't know what to do here, if the error lies on my side or there's something wrong with DF-agents
The text was updated successfully, but these errors were encountered: