Skip to content

Commit 8bfc3e0

Browse files
committed
addition of sast scan
1 parent f3a6318 commit 8bfc3e0

5 files changed

Lines changed: 26 additions & 339 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: AccuKnox Opengrep SAST
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
11+
jobs:
12+
accuknox-cicd:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Checkout code
16+
uses: actions/checkout@v4
17+
18+
- name: "Run AccuKnox SAST: Opengrep"
19+
uses: ./.github/actions/accuknox-opengrep
20+
with:
21+
accuknox_endpoint: "${{ secrets.ACCUKNOX_ENDPOINT }}"
22+
accuknox_token: "${{ secrets.ACCUKNOX_TOKEN }}"
23+
accuknox_label: "${{ secrets.ACCUKNOX_LABEL }}"
24+
accuknox_ai_analysis: "false"
25+
anthropic_api_key: "${{ secrets.ANTHROPIC_API_KEY }}"
26+
soft_fail: "true"

.github/workflows/claude-code-review.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

.github/workflows/claude.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/semgrep-claude-validator.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/semgrep-claude.yml

Lines changed: 0 additions & 179 deletions
This file was deleted.

0 commit comments

Comments
 (0)