1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-04-25 12:24:42 +02:00

27 lines
364 B
Markdown
Raw Normal View History

# ${docGenStepName}
## ${docGenDescription}
## Prerequisites
* **Snyk account** - have an account on snyk.io
* **Snyk token** - have a Snyk user token
## ${docGenParameters}
## ${docGenConfiguration}
## Side effects
Step uses `dockerExecute` inside.
## Exceptions
none
## Example
```groovy
snykExecute script: this, snykCredentialsId: 'mySnykToken'
```