Skip to content

Commit a2406f6

Browse files
committed
Added semgrep
1 parent 91bf74c commit a2406f6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,15 @@ jobs:
3232
semgrep:
3333
name: Semgrep Scan
3434
runs-on: ubuntu-latest
35+
container:
36+
# A Docker image with Semgrep installed. Do not change this.
37+
image: returntocorp/semgrep
3538
steps:
3639
# It also needs to check out the code to be able to scan it
3740
- name: Checkout repository
3841
uses: actions/checkout@v4
3942

4043
# Run the official Semgrep action
4144
- name: Run Semgrep
42-
uses: returntocorp/semgrep-action@v1
45+
# uses: returntocorp/semgrep-action@v1
4346
- run: semgrep scan

0 commit comments

Comments
 (0)