mirror of
https://github.com/valitydev/java-workflow.git
synced 2024-11-06 01:25:18 +00:00
Update README.md
This commit is contained in:
parent
86ccf88bc0
commit
5ad2393517
13
README.md
13
README.md
@ -113,5 +113,14 @@ secrets:
|
||||
### Semgrep scan
|
||||
`semgrep-scan.yml`
|
||||
```yaml
|
||||
uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@sec-24
|
||||
```
|
||||
name: Run Semgrep
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
uses: valitydev/java-workflow/.github/workflows/semgrep-scan.yml@v3.0.3
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user