More about this [here](https://github.com/ShiftLeftSecurity/sast-scan/blob/6ee41bdc7ae3462e909a745ef7c8463c5229e5ef/lib/config.py#L1339){:target="_blank"}
## Job details
* Job name: `sls_scan`
@@ -32,12 +43,11 @@ This job uses the [ShiftLeftSecurity sast scan](https://github.com/ShiftLeftSecu
| `SCAN_OPTIONS` | If you want to add [additional arguments](https://slscan.io/en/latest/getting-started/#command-line-arguments) for `scan` | ` ` |
| `ENABLE_BUILD` | The option to use `--build` with the `scan` command | `true` |
| `SLS_TYPE` | If you want to specify a specific scanner to use | ` ` |
| `STOP_ON_VULN` | If you want the job to stop on the first vulnerability detected | `false` |