1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/documentation/docs/steps/snykExecute.md
Christopher Fenner 7069f29ec5
snykExecute: add missing documentation (#570)
* add docs for snykExecute

* add link to new docs page
2019-03-18 11:08:41 +01:00

27 lines
364 B
Markdown

# ${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'
```