Skip to content

Commit e33de7a

Browse files
authored
Update security.yml
1 parent 526e076 commit e33de7a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/security.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ concurrency:
88
cancel-in-progress: true
99

1010
jobs:
11-
1211
semgrep:
13-
14-
name: Semgrep
12+
name: semgrep-oss/scan
1513
runs-on: ubuntu-latest
16-
timeout-minutes: 10
14+
15+
container:
16+
image: semgrep/semgrep
17+
18+
if: (github.actor != 'dependabot[bot]')
1719

1820
steps:
19-
- name: semgrep-action
20-
uses: semgrep/semgrep-action@v1
21+
- uses: actions/checkout@v4
22+
- run: semgrep scan --config auto

0 commit comments

Comments
 (0)