Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
Demonsthere committed Oct 25, 2024
1 parent 6b38401 commit 3c29cc6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/actions/build-and-scan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ runs:
tags: ${{ inputs.tags }}
labels: ${{ inputs.labels }}
load: true
platforms: linux/amd64,linux/arm64,darwin

- name: Anchore Scanner
uses: anchore/scan-action@v3
uses: anchore/scan-action@master
if: always()
id: grype-scan
with:
Expand Down
6 changes: 1 addition & 5 deletions .grype.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
ignore:
# false positive: https://github.com/anchore/grype/issues/558
- vulnerability: CVE-2015-5237
# false positive: https://github.com/anchore/grype/issues/558
- vulnerability: CVE-2021-22570
ignore: []
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM alpine:3.20

ARG USER=ory
ENV HOME /home/$USER
ENV JQ_VERSION 1.7.1
ENV KUBECTL_VERSION 1.31.2
ENV HOME=/home/$USER
ENV JQ_VERSION=1.7.1
ENV KUBECTL_VERSION=1.31.2

RUN apk add --no-cache --update-cache --upgrade --latest \
ca-certificates curl netcat-openbsd coreutils bash inotify-tools procps
Expand Down

0 comments on commit 3c29cc6

Please sign in to comment.