erfan-yahoo commited on
Commit
b6081dc
1 Parent(s): 30794e1

Delete screwdriver.yaml

Browse files
Files changed (1) hide show
  1. screwdriver.yaml +0 -16
screwdriver.yaml DELETED
@@ -1,16 +0,0 @@
1
- jobs:
2
- validate-semgrep-sast:
3
- template: ProdSec/validate_semgrep@stable
4
- image: alma8
5
- environment:
6
- YAHOO_SEMGREP_ENFORCING: False #(If you choose to fail builds for validation failures in Semgrep, then you should set this value to True)
7
- YAHOO_SEMGREP_ONLINE: True
8
-
9
- checkov:
10
- requires: [~pr, ~commit]
11
- image: docker.ouroath.com:4443/containers/python3:latest
12
- steps:
13
- - run: |
14
- sd-cmd exec ProdSec/checkov@stable -d $SD_SOURCE_DIR
15
- environment:
16
- CHECKOV_HARD_FAIL_ON_FINDINGS: false