Skip to content

M-arcus/php-fink-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small Fink Docker image

This image uses Wolfi-OS to create a very small Fink Docker image and still glibc, to be used in CI/CD pipelines.

Usage

# or alternative use ghcr.io/m-arcus/php-fink:latest
docker run --rm -v $(pwd):$(pwd) -w $(pwd) marcusmu/php-fink:latest https://my.website.com/ --output=result.json --exclude-url=Account --insecure

If you want to scan for broken links in a website, you can use the following command:

cat result.json | jq -c '. | select(.status!=200) | {status: .status, url: .url, referrer: .referrer}' | jq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published