Trivy
Knowledge, commands, configurations, guides and everything helpful when using Trivy vulnerability detection tool. Commands File system scan trivy fs --severity HIGH,CRITICAL --scanners vuln . ...
Knowledge, commands, configurations, guides and everything helpful when using Trivy vulnerability detection tool. Commands File system scan trivy fs --severity HIGH,CRITICAL --scanners vuln . ...
Examples of ready-to-use handy configurations for various tools like Git, EditorConfig, Windows Terminal themes etc. AI Custom AI Response as a Senior Software Engineer. Unless otherwise instruc...
Knowledge related with certificates, cryptography and similar topics. Private Key Should never ever leave machine on which it was generated No transmitting private key in any f...
Two separate git profiles simultaneously (e.g. Work and Home) Summary How use two separate git profiles: without risk of forgetting to perform a switch without even needing to make switches...
Clips from Logback docs with information I wanted to save for the future. Usually I rephrase paragraphs in order to learn more and make notes concise, but in this case it’s more like a lecture rat...
Problem Today, all of a sudden, my git push stopped working. Such an error was occurring with every attempt: remote: remote: ======================================================================...
Articles Here are articles I find interesting and useful https://felixcrux.com/blog/it-is-worth-regularly-updating-dependencies Why is it better to regularly update dependencies? Ar...
Knowledge, configurations, guides, commands and everything helpful when using Windows. Commands Get rid of app which occupies given port Check app PID netstat -an...
Knowledge, commands, parameters, configurations, guides, settings and everything relevant when using Docker. Containers Basics Run container (e.g. nginx) docker run nginx ...
Shortcuts, configurations and everything helpful when working with IntelliJ IDEA IDE. Shortcuts Go to next Error F2 Go to previous/next method Alt + Up/Down ...