Skip to content

Commit b228494

Browse files
authored
Merge pull request #30 from verygoodsecurity/DEVX-1947
[DEVX-1947] Remove circle ci bage
2 parents 8239504 + e3b940a commit b228494

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
</p>
1717
</p>
1818

19-
[![CircleCI](https://circleci.com/gh/verygoodsecurity/vgs-collect-js.svg?style=svg)](https://circleci.com/gh/circleci/circleci-docs)
20-
2119
* [Overview](#overview)
2220
* [Installation](#installation)
2321
* [How to use](#how-to-use)

0 commit comments

Comments
 (0)