mirror of
https://github.com/Portabase/portabase.git
synced 2026-07-14 11:16:13 +02:00
Working on the retention system.
This commit is contained in:
@@ -19,20 +19,23 @@ jobs:
|
|||||||
sast-semgrep:
|
sast-semgrep:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# Checkout code
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
# Run Semgrep
|
- name: Run Semgrep
|
||||||
- uses: returntocorp/semgrep-action@v1
|
uses: returntocorp/semgrep-action@v1
|
||||||
with:
|
with:
|
||||||
config: >-
|
config: >-
|
||||||
p/owasp-top-ten
|
p/owasp-top-ten
|
||||||
p/secrets
|
p/secrets
|
||||||
p/javascript
|
p/javascript
|
||||||
generateSarif: results.sarif # specify the SARIF output file
|
p/typescript
|
||||||
|
generateSarif: results.sarif
|
||||||
|
|
||||||
# Upload SARIF to GitHub Code Scanning
|
- name: List files (debug)
|
||||||
- uses: github/codeql-action/upload-sarif@v3
|
run: ls -R
|
||||||
|
|
||||||
|
- name: Upload SARIF
|
||||||
|
uses: github/codeql-action/upload-sarif@v3
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user