You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+60-7Lines changed: 60 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,25 @@
1
-
# CodeAnt CI Scan Action
1
+
# CodeAnt Quality Gate Scan Action
2
2
3
-
This GitHub Action runs CodeAnt CI security and code quality analysis on your repository. It integrates seamlessly with your CI/CD pipeline to provide automated code scanning and security insights.
3
+
This GitHub Action runs CodeAnt CI quality gate scan with secret detection and code quality analysis on your repository. It integrates seamlessly with your CI/CD pipeline to provide automated scanning and will fail your workflow if secrets are detected or quality gates fail.
4
4
5
5
## Features
6
6
7
-
- 🔒 Security vulnerability detection
8
-
- 📊 Code quality analysis
7
+
- 🔒 Secret detection and security scanning
8
+
- 📊 Code quality gate enforcement
9
9
- 🚀 Fast and efficient scanning
10
10
- 🔄 Seamless CI/CD integration
11
11
- 📈 Detailed reports and insights
12
+
- ⏱️ Configurable polling and timeout
13
+
- ✅ Pass/Fail workflow status based on scan results
0 commit comments