Open intel-k8s-bot opened 1 year ago
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.
1) Building image 2) Scanning image with Trivy during build 3) Pushing built image to GitHub container registry 4) Scanning image with CodeQL 5) Pushing to DockerHub container registry
Notes: Trivy cannot access github container registry directly because of the private scope, so the scan is implemented inside the Makefile (ref.example https://github.com/intel/afxdp-plugins-for-kubernetes).