Skip to content

Commit

Permalink
Sync with plan
Browse files Browse the repository at this point in the history
  • Loading branch information
jit-ci[bot] committed Feb 6, 2024
1 parent 9aed3b5 commit 326d0f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jit-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ jobs:
enrich:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'enrich' && fromJSON(github.event.inputs.client_payload).payload.workflow_slug == 'workflow-enrichment-code'
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 60
steps:
- name: enrichment
uses: jitsecurity-controls/jit-github-action@v4.0.6
uses: jitsecurity-controls/jit-github-action@v4.1.0
with:
security_control: registry.jit.io/control-enrichment-slim:latest

secret-detection:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'secret-detection' && fromJSON(github.event.inputs.client_payload).payload.workflow_slug == 'workflow-secret-detection'
runs-on: ubuntu-20.04
timeout-minutes: 20
timeout-minutes: 60
steps:
- name: gitleaks
uses: jitsecurity-controls/jit-github-action@v4.0.6
uses: jitsecurity-controls/jit-github-action@v4.1.0
with:
security_control: registry.jit.io/control-gitleaks-alpine:latest
security_control_output_file: /tmp/report.json
Expand Down

0 comments on commit 326d0f7

Please sign in to comment.