Skip to content

Bump nginx from 1.23-alpine-slim to 1.25-alpine-slim in /docker #276

Bump nginx from 1.23-alpine-slim to 1.25-alpine-slim in /docker

Bump nginx from 1.23-alpine-slim to 1.25-alpine-slim in /docker #276

Workflow file for this run

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