diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 0498c97c..9cd2443b 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -29,3 +29,5 @@ jobs: uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: persona: auditor + advanced-security: false + annotations: true diff --git a/Makefile b/Makefile index 061b2acd..47798080 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ scaffolder: ## Run scaffolder --volume .:/project \ --user $(shell id -u):$(shell id -g) \ --interactive --tty --rm --init \ - ghcr.io/phptg/scaffolder@sha256:29ce3c9aa63e4ae93bffccec1c80cf46701ebc7c70d6469a3f39e2cbb6885154 \ + ghcr.io/phptg/scaffolder@sha256:770ec561a4a31058e6b1f74620ecbef872301f1440423e29b85de79e31d55e92 \ $(ARGS) # Output the help for each task, see https://marmelab.com/blog/2016/02/29/auto-documented-makefile.html diff --git a/README.md b/README.md index 2a31569e..0e34d7db 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Latest Stable Version](https://poser.pugx.org/phptg/bot-api/v)](https://packagist.org/packages/phptg/bot-api) [![Total Downloads](https://poser.pugx.org/phptg/bot-api/downloads)](https://packagist.org/packages/phptg/bot-api) -[![Build status](https://github.com/phptg/bot-api/actions/workflows/build.yml/badge.svg)](https://github.com/phptg/bot-api/actions/workflows/build.yml) +[![Build status](https://github.com/phptg/bot-api/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/phptg/bot-api/actions/workflows/build.yml?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/phptg/bot-api/badge.svg)](https://coveralls.io/github/phptg/bot-api) [![Mutation score](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fphptg%2Fbot-api%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/phptg/bot-api/master) [![Static analysis](https://github.com/phptg/bot-api/actions/workflows/psalm.yml/badge.svg?branch=master)](https://github.com/phptg/bot-api/actions/workflows/psalm.yml?query=branch%3Amaster)