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 Jan 10, 2024
1 parent b1b9398 commit 7e28b59
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/jit-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@ jobs:
security_control: registry.jit.io/control-osv-scanner-alpine:latest
security_control_output_file: /code/jit-report/enriched-osv-scanner-results.json

static-code-analysis-c-cpp:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'static-code-analysis-c-cpp' && fromJSON(github.event.inputs.client_payload).payload.workflow_slug == 'workflow-sast'
runs-on: ubuntu-20.04
timeout-minutes: 20
steps:
- name: semgrep
uses: jitsecurity-controls/jit-github-action@v4.0.6
with:
security_control: registry.jit.io/control-semgrep-alpine:latest

static-code-analysis-csharp:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'static-code-analysis-csharp' && fromJSON(github.event.inputs.client_payload).payload.workflow_slug == 'workflow-sast'
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 7e28b59

Please sign in to comment.