Skip to content

Commit

Permalink
upgrade-to-8.3.13 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
en-jschuetze authored Nov 4, 2024
1 parent f9e11d0 commit 16af839
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ jobs:
DOCKER_REGISTRY_IMAGE: "temporary-build-image-linux-amd64"

- name: Run Alpine Trivy vulnerability scanner
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
image-ref: php-${{ env.PHP_VERSION }}
format: 'table'
Expand All @@ -136,7 +138,9 @@ jobs:

- if: contains(github.ref, 'refs/heads/release/')
name: Run Alpine Trivy vulnerability scanner and upload to github security tab
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
image-ref: php-${{ env.PHP_VERSION }}
format: 'sarif'
Expand All @@ -150,7 +154,9 @@ jobs:
#
- if: contains(github.ref, 'refs/heads/release/')
name: Run Trivy in GitHub SBOM mode and submit results to Dependency Snapshots
uses: aquasecurity/trivy-action@master
uses: aquasecurity/trivy-action@0.24.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
format: 'github'
output: 'dependency-results.sbom.json'
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.20.3

ARG PHP_VERSION="8.3.10"
ARG PHP_VERSION="8.3.13"
ARG PHP_PACKAGE_BASENAME="php83"
ARG PHP_FPM_BINARY_PATH="/usr/sbin/php-fpm83"
ARG UNIT_VERSION="1.32.1"
Expand Down

0 comments on commit 16af839

Please sign in to comment.