Skip to content

build(deps): bump fortio.org/fortio from 1.65.0 to 1.66.0 (#3848) #348

build(deps): bump fortio.org/fortio from 1.65.0 to 1.66.0 (#3848)

build(deps): bump fortio.org/fortio from 1.65.0 to 1.66.0 (#3848) #348

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- 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@7c2007bcb556501da015201bcba5aa14069b74e2 # v0.23.0
with:
image-ref: envoy-proxy/gateway-dev:${{ github.sha }}
exit-code: '1'