Skip to content

gitStream: PR #231 from muhlba91/fh-burgenland-bswe-assignment-infrastructure #6390

gitStream: PR #231 from muhlba91/fh-burgenland-bswe-assignment-infrastructure

gitStream: PR #231 from muhlba91/fh-burgenland-bswe-assignment-infrastructure #6390

Workflow file for this run

---
name: gitStream
run-name: |
gitStream: PR #${{ fromJSON(fromJSON(github.event.inputs.client_payload)).pullRequestNumber }} from ${{ github.event.inputs.full_repository }}
on:
workflow_dispatch:
inputs:
client_payload:
description: the client payload
required: true
full_repository:
description: the repository name include the owner in `owner/repo_name` format
required: true
head_ref:
description: the head sha
required: true
base_ref:
description: the base ref
required: true
installation_id:
description: the installation id
required: false
resolver_url:
description: the resolver url to pass results to
required: true
resolver_token:
description: optional resolver token for resolver service
required: false
default: ''
jobs:
git-stream:
runs-on: ubuntu-latest
name: gitStream
timeout-minutes: 5
steps:
- uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e # v2.10.4
with:
egress-policy: audit
- uses: linear-b/gitstream-github-action@5140e858d2f7ea3db563bcdba5046de6bf440317 # 2.0.70
id: rules-engine
with:
full_repository: ${{ github.event.inputs.full_repository }}
head_ref: ${{ github.event.inputs.head_ref }}
base_ref: ${{ github.event.inputs.base_ref }}
client_payload: ${{ github.event.inputs.client_payload }}
installation_id: ${{ github.event.inputs.installation_id }}
resolver_url: ${{ github.event.inputs.resolver_url }}
resolver_token: ${{ github.event.inputs.resolver_token }}