github.com/xgoffin/jenkins-library@v1.154.0/documentation/docs/steps/snykExecute.md (about)

     1  # ${docGenStepName}
     2  
     3  ## ${docGenDescription}
     4  
     5  ## Prerequisites
     6  
     7  * **Snyk account** - have an account on snyk.io
     8  * **Snyk token** - have a Snyk user token
     9  
    10  ## ${docGenParameters}
    11  
    12  ## ${docGenConfiguration}
    13  
    14  ## ${docJenkinsPluginDependencies}
    15  
    16  ## Side effects
    17  
    18  Step uses `dockerExecute` inside.
    19  
    20  ## Exceptions
    21  
    22  none
    23  
    24  ## Example
    25  
    26  ```groovy
    27  snykExecute script: this, snykCredentialsId: 'mySnykToken'
    28  ```