Skip to content

Commit

Permalink
Updating security workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jit-ci[bot] authored Oct 10, 2024
1 parent 2fa2c9d commit 8508a8f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/jit-security.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Workflows generated by the MVS plan
run-name: ${{fromJSON(github.event.inputs.client_payload).payload.job_title}}

on:
workflow_dispatch:
inputs:
client_payload:
description: The Client payload
required: true

permissions:
contents: read
id-token: write

jobs:
jit-ci-job:
runs-on: ubuntu-22.04
timeout-minutes: ${{ fromJSON(github.event.inputs.client_payload).payload.runner_setup.timeout_minutes }}
steps:
- name: ${{ fromJSON( inputs.client_payload ).payload.workflow_job_name }}
uses: jitsecurity-controls/jit-github-action@latest

0 comments on commit 8508a8f

Please sign in to comment.