File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 6464 go install golang.org/x/vuln/cmd/govulncheck@latest
6565 govulncheck ./... || echo "Vulnerabilities found"
6666
67+ - name : Download dependencies for scanning
68+ run : go mod download
69+
6770 - name : Run Nancy (OSS Index scanner)
68- uses : sonatype-nexus-community/nancy-github-action@main
71+ run : |
72+ go install github.com/sonatype-nexus-community/nancy@latest
73+ go list -json -m all | nancy sleuth
6974 continue-on-error : true
7075
7176 # Scan container images
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Deploy and manage AI infrastructure more efficiently with tools for GPU orchestr
1313[ ![ Go Version] ( https://img.shields.io/badge/Go-1.21+-blue.svg )] ( https://golang.org/dl/ )
1414[ ![ Container Build] ( https://github.com/Finoptimize/agentaflow-sro-community/actions/workflows/container.yml/badge.svg )] ( https://github.com/Finoptimize/agentaflow-sro-community/actions/workflows/container.yml )
1515[ ![ Security Scan] ( https://github.com/Finoptimize/agentaflow-sro-community/actions/workflows/security-scan.yml/badge.svg )] ( https://github.com/Finoptimize/agentaflow-sro-community/actions/workflows/security-scan.yml )
16- [ ![ Docker Pulls ] ( https://img.shields.io/docker/pulls/finoptimize/ agentaflow-sro-community )] ( https://github.com/Finoptimize/agentaflow-sro-community/pkgs/container/agentaflow-sro-community )
16+ [ ![ GitHub Container Registry ] ( https://img.shields.io/badge/ghcr.io- agentaflow-- sro-- community-blue?logo=docker )] ( https://github.com/Finoptimize/agentaflow-sro-community/pkgs/container/agentaflow-sro-community )
1717
1818## 🚀 Features
1919
@@ -592,6 +592,7 @@ Contributions are welcome! This is a community edition focused on providing acce
592592- 🚧 ** CI/CD with GitHub Actions** - Automated builds and publishing to GitHub Packages (In Progress)
593593- 📋 ** Multi-architecture builds** - AMD64 + ARM64 container support (Planned)
594594- 📋 ** Helm charts** - Kubernetes deployment templates (Planned)
595+ - 📋 ** AWS Bedrock** - Easy integration with AWS Bedrock (Planned)
595596
596597## 🚀 Enterprise Edition (Coming Soon)
597598
You can’t perform that action at this time.
0 commit comments