Skip to content

chore: rename npm package to agent-shield (agentshield was taken) #7

chore: rename npm package to agent-shield (agentshield was taken)

chore: rename npm package to agent-shield (agentshield was taken) #7

Workflow file for this run

name: AgentShield Self-Scan
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
self-scan:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Run AgentShield on itself
uses: ./
with:
path: "."
min-severity: "medium"
fail-on-findings: false