Skip to content

Commit 67ea25d

Browse files
committed
test
1 parent 3eb58dd commit 67ea25d

File tree

2 files changed

+6155
-16
lines changed

2 files changed

+6155
-16
lines changed

.github/workflows/pixee.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
snyk:
13-
name: Snyk Security Analysis
13+
name: Pixee Snyk Analysis
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
@@ -25,18 +25,4 @@ jobs:
2525
with:
2626
tool: snyk
2727
file: pixee-snyk.sarif.json
28-
pixee-api-url: "https://latio.getpixee.com"
29-
semgrep:
30-
name: Snyk Security Analysis
31-
runs-on: ubuntu-latest
32-
steps:
33-
# Assuming the file is checked into the repository, we need to check out the code
34-
- uses: actions/checkout@v4
35-
with:
36-
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
37-
- uses: pixee/upload-tool-results-action@v2
38-
with:
39-
# Use any supported SARIF tool here
40-
tool: semgrep
41-
# Path to the checked-in SARIF file relative to the repository root
42-
file: ./insecure-app/semgrep.sarif
28+
pixee-api-url: "https://latio.getpixee.com"

0 commit comments

Comments
 (0)