Skip to content

Commit

Permalink
Merge pull request #132 from nttcom/update-trivy
Browse files Browse the repository at this point in the history
Update trivy.yml
  • Loading branch information
takuma0121 authored Aug 30, 2023
2 parents c57daa8 + a2bad40 commit d9abef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
jobs:
build:
name: Static Analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v2

- name: get trivy
run: |
wget https://github.com/aquasecurity/trivy/releases/download/v0.19.2/trivy_0.19.2_Linux-64bit.deb
sudo dpkg -i trivy_0.19.2_Linux-64bit.deb
wget https://github.com/aquasecurity/trivy/releases/download/v0.44.1/trivy_0.44.1_Linux-64bit.deb
sudo dpkg -i trivy_0.44.1_Linux-64bit.deb
- name: Build an image from Dockerfile
run: |
Expand Down

0 comments on commit d9abef6

Please sign in to comment.