Create trivy.yml GitHub action workflow for Trivy scan#35
Create trivy.yml GitHub action workflow for Trivy scan#35
Conversation
Update image org:name
`docker build` was failing since `Dockerfile` is in `./container` and not `.`
|
@Sanket36 This action fails because it is unable to download the base image from artifactory |
|
Since the artifactory images are on pf9 VPN, we have to hold the Trivy GitHub actions for repositories (Docker images) that use |
cc: @hsri-pf9 |
|
We have two options either we can skip trivy scans for repos that use pf9 artifactory images or make it public. There is already present trivy scan in the main vouch/.github/workflows/security-scan.yml Line 88 in c260919 this always runs trivy fs on the filesystem so it does not depend on building/pulling the base Docker image. But if we want to add image scan job like this PR then we will hit VPN problem and either have to skip or make the image public |
No description provided.