Skip to content

Bump php from 8.3.4-fpm-alpine3.19 to 8.3.6-fpm-alpine3.19 in /docker #442

Bump php from 8.3.4-fpm-alpine3.19 to 8.3.6-fpm-alpine3.19 in /docker

Bump php from 8.3.4-fpm-alpine3.19 to 8.3.6-fpm-alpine3.19 in /docker #442

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
with:
fetch-depth: 0
- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@6e4ef730591467e8396a0dde1aba9da55513a215 # v3.70.3
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD