Skip to content

Bump php from 8.2.11-cli-alpine3.18 to 8.2.12-cli-alpine3.18 in /docker #389

Bump php from 8.2.11-cli-alpine3.18 to 8.2.12-cli-alpine3.18 in /docker

Bump php from 8.2.11-cli-alpine3.18 to 8.2.12-cli-alpine3.18 in /docker #389

Workflow file for this run

name: Secret scan
on: [pull_request]
jobs:
trufflehog:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac
with:
fetch-depth: 0
- name: Scan code for hardcoded secrets
uses: trufflesecurity/trufflehog@62ce9bac8bac135147aed681f93c96ca8c5adec7
with:
path: ./
base: ${{ github.base_ref }}
head: HEAD