Skip to content

Commit

Permalink
New Build 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanMolz committed Jan 8, 2025
1 parent ad735c2 commit 0c48afa
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,35 +35,3 @@ docker run --name wiz-semgrep-connector -d \
-e FETCH_INTERVAL=24 \
danielmoloney/wiz-semgrep-connector:latest
```

## GitHub (Agent)
Create a Github Workflow using the below configuration.
```
on:
workflow_dispatch: {}
pull_request: {}
push:
branches:
- main
- master
schedule:
# random HH:MM to avoid a load spike on GitHub Actions at 00:00
- cron: 19 20 * * *
name: Wiz/Semgrep Collector
jobs:
collector:
name: collector/ci
runs-on: ubuntu-20.04
env:
MODE: agent
WIZ_API_ENDPOINT: https://api.<region>.app.wiz.io/graphql
WIZ_CLIENT_ID: ${{ secrets.WIZ_CLIENT_ID }}
WIZ_CLIENT_SECRET: ${{ secrets.WIZ_CLIENT_SECRET }}
SEMGREP_API_TOKEN: ${{ secrets.SEMGREP_API_TOKEN }}
SEMGREP_DEPLOYMENT: your_semgrep_deployment
container:
image: danielmoloney/wiz-semgrep-connector
steps:
- uses: actions/checkout@v4
- run: collector ci
```

0 comments on commit 0c48afa

Please sign in to comment.