File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 23
23
branches : [ "main", "master", "security-compliance" ]
24
24
25
25
jobs :
26
- PlatSec-Security-Workflow-nginx :
26
+ turnpike-web-security-check :
27
+ uses : RedHatInsights/platform-security-gh-workflow/.github/workflows/platsec-security-scan-reusable-workflow.yml@master
28
+ with :
29
+ dockerfile_path : ' .'
30
+ dockerfile_name : ' Dockerfile'
31
+ dockerbuild_path : ' .'
32
+ app_name : ' turnpike-web'
33
+ turnpike-nginx-security-check :
27
34
uses : RedHatInsights/platform-security-gh-workflow/.github/workflows/platsec-security-scan-reusable-workflow.yml@master
28
35
with :
29
36
dockerfile_path : ' ./nginx'
30
37
dockerfile_name : ' Dockerfile'
31
38
dockerbuild_path : ' ./nginx'
32
- PlatSec-Security-Workflow-nginx-prometheus :
39
+ app_name : ' turnpike-nginx'
40
+ turnpike-nginx-prometheus-security-check :
33
41
uses : RedHatInsights/platform-security-gh-workflow/.github/workflows/platsec-security-scan-reusable-workflow.yml@master
34
42
with :
35
43
dockerfile_path : ' ./nginx'
36
44
dockerfile_name : ' Dockerfile-prometheus'
37
45
dockerbuild_path : ' ./nginx'
46
+ app_name : ' turnpike-nginx-prometheus'
You can’t perform that action at this time.
0 commit comments