Skip to content

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#4399) #649

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#4399)

build(deps): bump codecov/codecov-action from 4.5.0 to 4.6.0 (#4399) #649

Workflow file for this run

name: Trivy
on:
push:
branches:
- "main"
schedule:
- cron: '55 17 * * 5'
permissions:
contents: read
jobs:
image-scan:
permissions:
contents: read # for actions/checkout to fetch code
name: Image Scan
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build an image from Dockerfile
run: |
IMAGE=envoy-proxy/gateway-dev TAG=${{ github.sha }} make image
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8 # v0.24.0
with:
image-ref: envoy-proxy/gateway-dev:${{ github.sha }}
exit-code: '1'