Skip to content

Commit 5fb5a31

Browse files
devguard setup action
1 parent 0b868f5 commit 5fb5a31

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/devsecops.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# .github/workflows/devsecops.yml
2+
name: DevGuard DevSecOps
3+
4+
on:
5+
push:
6+
7+
permissions:
8+
contents: read
9+
packages: write
10+
11+
jobs:
12+
call-devsecops:
13+
uses: l3montree-dev/devguard-action/.github/workflows/full.yml@main
14+
with:
15+
asset-name: "rag/projects/rag/assets/rag"
16+
api-url: "https://api.devguard.org"
17+
web-ui: "https://app.devguard.org"
18+
secrets:
19+
devguard-token: "${{ secrets.DEVGUARD_TOKEN }}" # you need to create this secret in your GitHub repository settings

0 commit comments

Comments
 (0)