guardrail-cli 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@ jobs:
46
46
  run: npm ci --ignore-scripts
47
47
 
48
48
  - name: Install Guardrail CLI
49
- run: npm install -g @guardrail/cli
49
+ run: npm install -g guardrail-cli
50
50
 
51
51
  - name: Run Secrets Scan
52
52
  id: secrets
@@ -180,7 +180,7 @@ guardrail-scan:
180
180
  image: node:20-alpine
181
181
  before_script:
182
182
  - npm ci --ignore-scripts
183
- - npm install -g @guardrail/cli
183
+ - npm install -g guardrail-cli
184
184
  script:
185
185
  - guardrail scan:secrets --path . --format json --output secrets-results.json --exit-code || true
186
186
  - guardrail scan:vulnerabilities --path . --format json --output vuln-results.json --exit-code || true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "guardrail-cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Guardrail CLI - Enterprise-grade security scanning, vulnerability detection, and code quality tool",
5
5
  "main": "dist/index.js",
6
6
  "bin": {