⬆️ bump trivy action (#203)

pull/204/head 0.9.1
Falk Puschner 1 year ago committed by GitHub
parent cff3e9a7f6
commit 8bd2f9fbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,7 @@
name: "build" name: "build"
on: [push, pull_request] on: [push, pull_request]
env: env:
TRIVY_VERSION: 0.37.1 TRIVY_VERSION: 0.37.2
BATS_LIB_PATH: '/usr/lib/' BATS_LIB_PATH: '/usr/lib/'
jobs: jobs:
build: build:

@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.37.1 FROM ghcr.io/aquasecurity/trivy:0.37.2
COPY entrypoint.sh / COPY entrypoint.sh /
RUN apk --no-cache add bash curl npm RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh

@ -64,7 +64,7 @@
} }
} }
], ],
"version": "0.37.1" "version": "0.37.2"
} }
}, },
"results": [ "results": [

@ -37,7 +37,7 @@
} }
} }
], ],
"version": "0.37.1" "version": "0.37.2"
} }
}, },
"results": [ "results": [

@ -7,7 +7,7 @@ on:
jobs: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save