Skip to content

Commit 00103ab

Browse files
authored
Add ORT workflow from cookie-consent-banner
Signed-off-by: Eduard Itrich <[email protected]> on-behalf-of: @porscheofficial <[email protected]>
1 parent 8e2668d commit 00103ab

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/analyzer.yml

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Analyzer
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
# =============================================================================
8+
# JOB: ANALYZER
9+
# =============================================================================
10+
analyzer:
11+
runs-on: ubuntu-latest
12+
name: OSO ORT
13+
steps:
14+
- uses: actions/checkout@v3
15+
- name: Run OSO ORT Analyzer and Submit to Scanner API
16+
id: analyzer
17+
uses: porscheofficial/.github/workflows/ort-analyze@main
18+
with:
19+
ort-aws-access-key-id: ${{ secrets.ANALYZER_AWS_ACCESS_KEY_ID }}
20+
ort-aws-secret-access-key: ${{ secrets.ANALYZER_AWS_ACCESS_KEY }}
21+
container-repository: ${{ secrets.ANALYZER_DOCKER_IMAGE }}
22+
container-registry: ${{ secrets.ANALYZER_DOCKER_REGISTRY }}

0 commit comments

Comments
 (0)