diff --git a/.github/workflows/sast-scan.yml b/.github/workflows/sast-scan.yml deleted file mode 100644 index 5062f97..0000000 --- a/.github/workflows/sast-scan.yml +++ /dev/null @@ -1,11 +0,0 @@ -name: SAST Scan -on: - pull_request: - types: [opened, synchronize, reopened] -jobs: - security: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3.5.3 - - name: Horusec Scan - run: docker run -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/src horuszup/horusec-cli:latest horusec start -p /src -P $(pwd) diff --git a/package-lock.json b/package-lock.json index 9916e6f..b406769 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "contentstack-cli-content-type", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "contentstack-cli-content-type", - "version": "1.1.1", + "version": "1.1.2", "license": "MIT", "dependencies": { "@contentstack/cli-command": "^1.2.8", diff --git a/package.json b/package.json index ab48762..fb59aa7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "contentstack-cli-content-type", "description": "Retrieve information about Content Types in a Stack.", - "version": "1.1.1", + "version": "1.1.2", "author": "Michael Davis", "bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues", "dependencies": { @@ -67,5 +67,15 @@ "posttest": "eslint . --ext .ts --config .eslintrc", "prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme", "version": "oclif readme && git add README.md" + }, + "csdxConfig": { + "shortCommandName": { + "content-type:audit": "CTAUDIT", + "content-type:compare": "CTCMP", + "content-type:compare-remote": "CTCMP-R", + "content-type:details": "CTDET", + "content-type:diagram": "CTDIAG", + "content-type:list": "CTLS" + } } }