We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8239504 + e3b940a commit b228494Copy full SHA for b228494
.github/workflows/security-scan-sast.yaml
@@ -0,0 +1,14 @@
1
+name: security-scan-sast
2
+
3
+on:
4
+ pull_request:
5
+ workflow_dispatch:
6
+ schedule:
7
+ - cron: '40 2 * * 5'
8
9
+jobs:
10
+ scan:
11
+ uses: verygood-ops/cicd-shared/.github/workflows/security-scan-sast.yaml@security-scan-sast-v2
12
+ secrets:
13
+ SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
14
+ SAST_SLACK_WORKFLOW_WEBHOOK: ${{ secrets.SAST_SLACK_WORKFLOW_WEBHOOK }}
README.md
@@ -16,8 +16,6 @@
16
</p>
17
18
19
-[](https://circleci.com/gh/circleci/circleci-docs)
20
-
21
* [Overview](#overview)
22
* [Installation](#installation)
23
* [How to use](#how-to-use)
0 commit comments