Skip to content

Commit

Permalink
Update Dockerfile (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
simar7 committed Jul 26, 2022
1 parent 503d3ab commit 81b9a6f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
@@ -1,7 +1,7 @@
name: "build"
on: [push, pull_request]
env:
TRIVY_VERSION: 0.30.2
TRIVY_VERSION: 0.30.4
BATS_LIB_PATH: '/usr/lib/'
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM ghcr.io/aquasecurity/trivy:0.30.2
FROM ghcr.io/aquasecurity/trivy:0.30.4
COPY entrypoint.sh /
RUN apk --no-cache add bash curl
RUN chmod +x /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion test/data/config-sarif.test
Expand Up @@ -37,7 +37,7 @@
}
}
],
"version": "0.30.2"
"version": "0.30.4"
}
},
"results": [
Expand Down

0 comments on commit 81b9a6f

Please sign in to comment.