issues
search
rust-serverless
/
lambda-rust
🐳 🦀 a dockerized lambda build env for rust applications
MIT License
34
stars
8
forks
source link
Secruity Scan for Docker Image and fix for Issue #6
#7
Closed
jerusdp
closed
3 years ago
jerusdp
commented
3 years ago
Changes
Fix for issue #6
Test job in main.yml GitHub action now builds the new image and tests against the new image
Scan job added to main.yml to provide a security scan of the built image and verify no HIGH or CRITICAL vulnerabilities (that have fixes)
Build generates tests based on the name of the repository (to facilitate testing in other repository)
Publication only runs when the repository is rust-serverless/lambda-rust and depends on successful Scan and Test jobs
Dockerfile fixes to run yum update and remove the original kernel-devel package
Changes