Skip to content

Instantly share code, notes, and snippets.

View SJRM78's full-sized avatar
🏠
Working from home

Sergio Ramos Moreno SJRM78

🏠
Working from home
View GitHub Profile
@SJRM78
SJRM78 / disableOnedrive.reg
Last active September 18, 2022 04:27
Registry files
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\OneDrive]
"DisableFileSyncNGSC"=dword:00000000
@SJRM78
SJRM78 / dependency-check.sh
Last active January 24, 2023 15:22
Scripts to run OWASP Dependency check, Trivy config and vulnerabilities check, and ClamAV antivirus check
#!/bin/bash
DEPCHECK_VERSION="latest"
DEPCHECK_PROJECT=$1
clear
echo "Dependency check start : " $(date)
echo "Analyzing folder: " $(pwd)
echo "running analysis"
echo