deleted sast workflows

This commit is contained in:
SPRINX0\prochazka
2026-04-08 10:59:29 +02:00
parent af7930cea2
commit 100e3fe75f
2 changed files with 0 additions and 56 deletions
-26
View File
@@ -1,26 +0,0 @@
# --------------------------------------------------------------------------------------------
# This file is generated. Do not edit manually
# --------------------------------------------------------------------------------------------
name: SAST
'on':
push:
branches:
- master
jobs:
sast:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Clone Apiiro malicious code ruleset
run: git clone https://github.com/apiiro/malicious-code-ruleset.git /apiiro-ruleset
- name: Run Semgrep SAST scan
run: semgrep ci --code --config=auto --config /apiiro-ruleset --json > sast-report.json || true
- name: Upload SAST report
uses: actions/upload-artifact@v4
with:
name: sast-report
path: sast-report.json
-30
View File
@@ -1,30 +0,0 @@
name: SAST
on:
push:
branches:
- master
jobs:
sast:
runs-on: ubuntu-latest
container:
image: semgrep/semgrep
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Clone Apiiro malicious code ruleset
run: git clone https://github.com/apiiro/malicious-code-ruleset.git /apiiro-ruleset
- name: Run Semgrep SAST scan
run: semgrep ci --code --config=auto --config /apiiro-ruleset --json > sast-report.json || true
- name: Upload SAST report
uses: actions/upload-artifact@v4
with:
name: sast-report
path: sast-report.json