Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back merge | staging to development #104

Merged
merged 35 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
361dcd4
readme file update
shafeeqd959 Jan 29, 2024
6f077da
fixed version
shafeeqd959 Jan 29, 2024
60f3659
Merge pull request #91 from contentstack/fix/readme
shafeeqd959 Jan 30, 2024
42578b5
sca-scan.yml
aravindbuilt Feb 5, 2024
aac5e32
jira.yml
aravindbuilt Feb 5, 2024
b985826
sast-scan.yml
aravindbuilt Feb 5, 2024
7a7934f
secrets-scan.yml
aravindbuilt Feb 5, 2024
d7fd3b7
codeql-analysis.yml
aravindbuilt Feb 5, 2024
57b9d66
sca-scan.yml
aravindbuilt Feb 5, 2024
02c2aa1
jira.yml
aravindbuilt Feb 5, 2024
dab6672
sast-scan.yml
aravindbuilt Feb 5, 2024
2d26264
secrets-scan.yml
aravindbuilt Feb 5, 2024
b09f9ab
codeql-analysis.yml
aravindbuilt Feb 5, 2024
6176710
sca-scan.yml
aravindbuilt Feb 6, 2024
dec7df8
jira.yml
aravindbuilt Feb 6, 2024
4919465
sast-scan.yml
aravindbuilt Feb 6, 2024
c391b3e
secrets-scan.yml
aravindbuilt Feb 6, 2024
994f6cb
codeql-analysis.yml
aravindbuilt Feb 6, 2024
062e160
sca-scan.yml
aravindbuilt Feb 8, 2024
23cc4c1
jira.yml
aravindbuilt Feb 8, 2024
9c5d575
sast-scan.yml
aravindbuilt Feb 8, 2024
77d407d
secrets-scan.yml
aravindbuilt Feb 8, 2024
4e1cef6
codeql-analysis.yml
aravindbuilt Feb 8, 2024
65a6b17
sca-scan.yml
aravindbuilt May 17, 2024
e3957bd
jira.yml
aravindbuilt May 17, 2024
e1a9086
sast-scan.yml
aravindbuilt May 17, 2024
7af2073
Delete secrets-scan.yml
aravindbuilt May 17, 2024
edf5aad
codeql-analysis.yml
aravindbuilt May 17, 2024
728ccd3
Merge pull request #99 from contentstack/development
cs-raj Jun 6, 2024
7661a32
Merge branch 'main' into main-to-stage
cs-raj Jun 6, 2024
a666326
Merge pull request #100 from contentstack/main-to-stage
cs-raj Jun 6, 2024
13b3778
sre fixes
cs-raj Jun 7, 2024
6daf62b
Merge pull request #102 from contentstack/fix/sre
cs-raj Jun 7, 2024
9ef8e96
Merge pull request #101 from contentstack/staging
harshithad0703 Jun 7, 2024
63868c6
Merge pull request #103 from contentstack/main
harshithad0703 Jun 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened]
jobs:
security:
security-jira:
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'snyk-bot' || contains(github.event.pull_request.head.ref, 'snyk-fix-') || contains(github.event.pull_request.head.ref, 'snyk-upgrade-')}}
runs-on: ubuntu-latest
steps:
Expand All @@ -26,3 +26,8 @@ jobs:
PR: ${{ github.event.pull_request.html_url }}

fields: "${{ secrets.JIRA_FIELDS }}"
- name: Transition issue
uses: atlassian/gajira-transition@v3
with:
issue: ${{ steps.create.outputs.issue }}
transition: ${{ secrets.JIRA_TRANSITION }}
11 changes: 11 additions & 0 deletions .github/workflows/sast-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: SAST Scan
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
security-sast:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Semgrep Scan
run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:/src" returntocorp/semgrep semgrep scan --config auto
2 changes: 1 addition & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
security:
security-sca:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
Expand Down
18 changes: 14 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ and rectify them.
[![License](https://img.shields.io/npm/l/cli-cm-regex-validate.svg)](https://github.com/contentstack/cli-cm-regex-validate/blob/master/package.json)

<!-- toc -->
* [Regex Validation CLI Plugin](#regex-validation-cli-plugin)
* [Usage](#usage)
* [Commands](#commands)

- [Regex Validation CLI Plugin](#regex-validation-cli-plugin)
- [Usage](#usage)
- [Commands](#commands)
<!-- tocstop -->

# Usage

<!-- usage-no-overwrite -->

#### Step 1:

```sh-session
$ npm install -g @contentstack/cli

Expand All @@ -34,16 +37,22 @@ USAGE
$ csdx COMMAND
...
```

#### Step 2:

[Set the region](https://www.contentstack.com/docs/developers/cli/configure-regions-in-the-cli#set-region)

<!-- usagestop-overwrite -->

#### Step 3:

[Configured management token alias](https://www.contentstack.com/docs/developers/cli/cli-authentication#add-management-token)

# Commands

<!-- commands -->
* [`csdx cm:stacks:validate-regex`](#csdx-cmstacksvalidate-regex)

- [`csdx cm:stacks:validate-regex`](#csdx-cmstacksvalidate-regex)

## `csdx cm:stacks:validate-regex`

Expand Down Expand Up @@ -81,4 +90,5 @@ EXAMPLES
```

_See code: [src/commands/cm/stacks/validate-regex.ts](https://github.com/contentstack/cli-cm-regex-validate/blob/v1.2.1/src/commands/cm/stacks/validate-regex.ts)_

<!-- commandsstop -->
Loading
Loading