python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to do Snyk code test in Jenkins pipeline?
I am helping our DevOps team integrate Snyk into the Jenkins pipelines for SAST. By default, it seems like this Snyk plugin is doing snyk test (which does open-source dependency scans) and appends the...

iamahecker
Votes: 0
Answers: 1
Install Snyk in Jenkins "Global Tool Configuration" using groovy
I'm trying to add a Snyk installation to Jenkins using groovy. The plugin is installed and I can see the installation option in Global Tool Configuration:
The problem is the Descriptor is not availab...
João Amaro
Votes: 0
Answers: 1
bug or genuine issue with identifying dependencies
I am quite confused by this message from Snyk. It seems I have all dependencies I need.
+ pip3 install -r requirements.txt
Requirement already satisfied: numpy==1.21.5 in ./venv/lib/python3.9/site-pac...

ha9u63a7
Votes: 0
Answers: 1
Snyk False Positives for XSS in PHP
We've recently started using Snyk to perform code analysis, however have hit the stumbling block that the first scan is reporting many (>700) XSS vulnerabilities despite having code in place to san...
IQJWSB0DLT
Votes: 0
Answers: 1