Skip to content

Commit 151ab7c

Browse files
authored
Merge pull request #48 from Finoptimize/docker-pulls
Docker pulls
2 parents 9d4a7de + 7128e99 commit 151ab7c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/security-scan.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,13 @@ jobs:
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)