Skip to content

build(deps): bump sigs.k8s.io/gateway-api from 1.2.0 to 1.2.1 in /exa… #115

build(deps): bump sigs.k8s.io/gateway-api from 1.2.0 to 1.2.1 in /exa…

build(deps): bump sigs.k8s.io/gateway-api from 1.2.0 to 1.2.1 in /exa… #115

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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- 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@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
with:
image-ref: envoy-proxy/gateway-dev:${{ github.sha }}
exit-code: '1'