Skip to content

Workflows generated by the MVS plan #1

Workflows generated by the MVS plan

Workflows generated by the MVS plan #1

Workflow file for this run

name: Workflows generated by the MVS plan
'on':
workflow_dispatch:
inputs:
client_payload:
description: The Client payload
required: true
permissions:
contents: read
id-token: write
jobs:
enrich:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'enrich'
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- name: enrichment
uses: jitsecurity-controls/[email protected]
with:
security_control: ghcr.io/jitsecurity-controls/control-enrichment-slim:latest
secret-detection:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'secret-detection'
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- name: gitleaks
uses: jitsecurity-controls/[email protected]
with:
security_control: ghcr.io/jitsecurity-controls/control-gitleaks-alpine:latest
security_control_output_file: /tmp/report.json