Skip to content

Commit

Permalink
Update security.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emrecanvurallll authored Feb 8, 2025
1 parent 13a8e0f commit 270feb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
# Bu job'ın çalışması için önce "zap_scan" job'ının tamamlanması gerekiyor.
Gitleaks-scan:
name: Gitleaks
needs: zap_scan
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand All @@ -70,7 +69,6 @@ jobs:
# Bu job'ın çalışması için önce "Gitleaks-scan" job'ının tamamlanması gerekiyor.
syft-scan:
name: Syft SBOM Scan
needs: Gitleaks-scan
runs-on: ubuntu-latest
steps:
- name: Generate SBOM
Expand Down

0 comments on commit 270feb1

Please sign in to comment.