fix(lint): checkov findings

This commit is contained in:
Ismo Vuorinen
2024-06-19 09:59:15 +03:00
parent aae7a09cd5
commit 130718ef87
8 changed files with 43 additions and 8 deletions

View File

@@ -2,10 +2,17 @@
# Compress images on demand (workflow_dispatch), and at 11pm every Sunday (schedule).
# Open a Pull Request if any images can be compressed.
name: Compress Images on Demand
on:
workflow_dispatch:
schedule:
- cron: "00 23 * * 0"
permissions:
contents: write
statuses: write
pull-requests: write
jobs:
CompressOnDemandOrSchedule:
name: calibreapp/image-actions