mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-28 07:00:58 +03:00
Compare commits
2
Commits
v1.2.0
...
4ae0be7f48
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4ae0be7f48 | ||
|
|
dcc2dc32fd |
@@ -5,15 +5,15 @@
|
|||||||
"email": "mukuljangra5@gmail.com"
|
"email": "mukuljangra5@gmail.com"
|
||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "753 cybersecurity skills for AI agents and security practitioners covering web security, pentesting, forensics, threat intelligence, cloud security, and more.",
|
"description": "754 cybersecurity skills for AI agents mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, and NIST AI RMF.",
|
||||||
"version": "1.1.0"
|
"version": "1.2.0"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
"name": "cybersecurity-skills",
|
"name": "cybersecurity-skills",
|
||||||
"source": "./",
|
"source": "./",
|
||||||
"descripyion": "753 cybersecurity skills covering web security, pentesting, DFIR, threat intelligence, cloud security, malware analysis, and more.",
|
"description": "754 cybersecurity skills covering web security, pentesting, DFIR, threat intelligence, cloud security, malware analysis, and more. Mapped to 5 frameworks.",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "mukul975"
|
"name": "mukul975"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -26,9 +26,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VERSION: ${{ steps.version.outputs.version }}
|
VERSION: ${{ steps.version.outputs.version }}
|
||||||
run: |
|
run: |
|
||||||
jq --arg v "$VERSION"
|
jq --arg v "$VERSION" '.metadata.version = $v | .plugins[].version = $v' .claude-plugin/marketplace.json > tmp.json
|
||||||
'.metadata.version = $v | .plugins[].version = $v'
|
|
||||||
.claude-plugin/marketplace.json > tmp.json
|
|
||||||
mv tmp.json .claude-plugin/marketplace.json
|
mv tmp.json .claude-plugin/marketplace.json
|
||||||
echo "Updated marketplace.json to version $VERSION"
|
echo "Updated marketplace.json to version $VERSION"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user