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] authored May 2, 2024
1 parent 87f662f commit cdd0947
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 @@ -12,6 +12,16 @@ permissions:
id-token: write

jobs:
docker-scan:
if: fromJSON(github.event.inputs.client_payload).payload.workflow_job_name == 'docker-scan' && fromJSON(github.event.inputs.client_payload).payload.workflow_slug == 'workflow-docker-scan'
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- name: trivy
uses: jitsecurity-controls/[email protected]
with:
security_control: registry.jit.io/control-trivy-alpine:latest

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-22.04
Expand Down

0 comments on commit cdd0947

Please sign in to comment.