We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bf74c commit a2406f6Copy full SHA for a2406f6
.github/workflows/node.js.yml
@@ -32,12 +32,15 @@ jobs:
32
semgrep:
33
name: Semgrep Scan
34
runs-on: ubuntu-latest
35
+ container:
36
+ # A Docker image with Semgrep installed. Do not change this.
37
+ image: returntocorp/semgrep
38
steps:
39
# It also needs to check out the code to be able to scan it
40
- name: Checkout repository
41
uses: actions/checkout@v4
42
43
# Run the official Semgrep action
44
- name: Run Semgrep
- uses: returntocorp/semgrep-action@v1
45
+ # uses: returntocorp/semgrep-action@v1
46
- run: semgrep scan
0 commit comments