Open tricky42 opened 2 weeks ago
If there are no inconsistencies (like in the Hydra image tag case), this script version should work in all OpenSource repos for our services (Kratos, Oathkeeper, Keto, Hydra). I will check this; then, we could place it in ory/meta
and sync it, or?
I will check this; then, we could place it in ory/meta and sync it, or?
absolutely
This pull request includes several updates to the
.github/workflows/cve-scan.yaml
file to enhance the security scanning process and update dependencies.Workflow Enhancements:
workflow_dispatch
to allow manual triggering of the workflow.permissions
to specify read access to contents and write access to security events.Dependency Updates:
actions/checkout
from v3 to v4.docker/setup-qemu-action
from v2 to v3.docker/setup-buildx-action
from v2 to v3.anchore/scan-action
from v3 to v5.github/codeql-action/upload-sarif
from v2 to v3.erzz/dockle-action
from v1.3.2 to v1.Configuration Changes:
IMAGE_NAME
environment variable across all steps. [1] [2] [3]