Skip to content

Serve file /.well-known/security.txt (RFC 9116) #3209

Serve file /.well-known/security.txt (RFC 9116)

Serve file /.well-known/security.txt (RFC 9116) #3209

name: Detect .dockerignore out-of-sync with git ls-files
on:
pull_request:
push:
schedule:
- cron: '0 16 * * 5' # Every Friday 4pm
workflow_dispatch:
jobs:
dockerignore_detect_out_of_sync:
name: Detect .dockerignore out-of-sync with git ls-files
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
- name: Check for out-of-sync .dockerignore
run: |-
diff -U0 <(./generate_whitelist_dockerignore_file.sh) .dockerignore