Skip to content

Commit

Permalink
Merge pull request #195 from andyzhangx/fix-trivy
Browse files Browse the repository at this point in the history
test: fix trivy github action
  • Loading branch information
k8s-ci-robot authored Apr 24, 2023
2 parents 50be97d + 9d3ed98 commit 51f01bd
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install go
uses: actions/setup-go@v4.0.0
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.19
id: go

- name: Checkout code
uses: actions/checkout@v3

- name: Build an image from Dockerfile
run: |
Expand Down

0 comments on commit 51f01bd

Please sign in to comment.