We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b868f5 commit 5fb5a31Copy full SHA for 5fb5a31
1 file changed
.github/workflows/devsecops.yml
@@ -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