Skip to content

Commit ac05552

Browse files
Merge pull request #261 from petracihalova/security-check-turnpike-web
[RHCLOUD-37748] add security check GH workflow for turnpike-web image
2 parents baf55e2 + 745a39e commit ac05552

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/security-workflow-template.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,24 @@ on:
2323
branches: [ "main", "master", "security-compliance" ]
2424

2525
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:
2734
uses: RedHatInsights/platform-security-gh-workflow/.github/workflows/platsec-security-scan-reusable-workflow.yml@master
2835
with:
2936
dockerfile_path: './nginx'
3037
dockerfile_name: 'Dockerfile'
3138
dockerbuild_path: './nginx'
32-
PlatSec-Security-Workflow-nginx-prometheus:
39+
app_name: 'turnpike-nginx'
40+
turnpike-nginx-prometheus-security-check:
3341
uses: RedHatInsights/platform-security-gh-workflow/.github/workflows/platsec-security-scan-reusable-workflow.yml@master
3442
with:
3543
dockerfile_path: './nginx'
3644
dockerfile_name: 'Dockerfile-prometheus'
3745
dockerbuild_path: './nginx'
46+
app_name: 'turnpike-nginx-prometheus'

0 commit comments

Comments
 (0)