2323 - uses : actions/checkout@v4
2424
2525 - name : Run Socket Basics
26- uses : SocketDev/socket-basics@v1 .0.4
26+ uses : SocketDev/socket-basics@1 .0.9
2727 with :
2828 github_token : ${{ secrets.GITHUB_TOKEN }}
2929 socket_security_api_key : ${{ secrets.SOCKET_SECURITY_API_KEY }}
@@ -106,7 +106,7 @@ Configure scanning policies, notification channels, and rule sets for your entir
106106
107107**Dashboard-Configured (Enterprise):**
108108` ` ` yaml
109- - uses: SocketDev/socket-basics@v1 .0.4
109+ - uses: SocketDev/socket-basics@1 .0.9
110110 with:
111111 github_token: ${{ secrets.GITHUB_TOKEN }}
112112 socket_security_api_key: ${{ secrets.SOCKET_SECURITY_API_KEY }}
@@ -115,7 +115,7 @@ Configure scanning policies, notification channels, and rule sets for your entir
115115
116116**CLI-Configured:**
117117` ` ` yaml
118- - uses: SocketDev/socket-basics@v1 .0.4
118+ - uses: SocketDev/socket-basics@1 .0.9
119119 with:
120120 github_token: ${{ secrets.GITHUB_TOKEN }}
121121 python_sast_enabled: 'true'
@@ -129,10 +129,10 @@ Configure scanning policies, notification channels, and rule sets for your entir
129129
130130` ` ` bash
131131# Build with version tag
132- docker build -t socketdev/socket-basics:1.0.4 .
132+ docker build -t socketdev/socket-basics:1.0.9 .
133133
134134# Run scan
135- docker run --rm -v "$PWD:/workspace" socketdev/socket-basics:1.0.4 \
135+ docker run --rm -v "$PWD:/workspace" socketdev/socket-basics:1.0.9 \
136136 --workspace /workspace \
137137 --python-sast-enabled \
138138 --secret-scanning-enabled \
@@ -249,11 +249,6 @@ We welcome contributions! To add new features:
2492493. **Configuration:** Add entries to `socket_basics/connectors.yaml` or `socket_basics/notifications.yaml`
2502504. **Tests:** Add test cases to `app_tests/`
251251
252- See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines.
253-
254- # # 📝 License
255-
256- This project is licensed under the terms specified in the [LICENSE](LICENSE) file.
257252
258253---
259254
0 commit comments