The Guardian Protocols
Building CloudHaven
The Guardian Protocols
Key Learnings
- GitHub Actions for drift detection and plan/apply
- Integration tests with service containers
- Security scanning with Trivy
Free GitHub account required
Discussion (opens in new tab)Verification
Run the verification script inside your Codespace. It checks your solution and reports the result.
View full verification guide on GitHub (opens in new tab)Discussion
image1281×1032 67.7 KB
(opens in new tab)github.com GitHub - justinrand/open-ecosystem-challenges: Hands-on, recurring prompts designed to help you... Hands-on, recurring prompts designed to help you practice Cloud Native, OpenTelemetry, AI/ML, and other open source skills. image2188×952 215 KB
(opens in new tab)Hello guys i think i need some help , so i followed the instruction on the challenge and did all the drill and run the smoke teskt with sucess as you see in the image : image1594×488 62 KB but when i go to run the validate adventure pipeline it fails with this error : image2658×1332 386 KB I understand that it is asking me to have a closer look at the security job specifically at step but i have aready what its asking - name: 🔒 Scan for Vulnerabilities uses: aquasecurity/trivy-action@0.33.1 with: scan-type: 'config' scan-ref: ${{ env.WORKING_DIR }} format: 'json' output: 'vulnerabilities.json' exit-code: 0
(opens in new tab)Join the discussion on community.offon.dev (opens in new tab)