We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441af9d commit 6fc81beCopy full SHA for 6fc81be
.github/workflows/checkovScrapper.yml
@@ -3,7 +3,7 @@ name: Update Checkov Severity Mapping
3
on:
4
# schedule:
5
# - cron: "0 0 * * 0" # Runs every Sunday at midnight UTC
6
- workflow_dispatch: # Allows manual trigger from the GitHub UI
+ workflow_dispatch: # Allows manual trigger from the GitHub UI
7
8
jobs:
9
update-severity-mapping:
@@ -68,7 +68,7 @@ jobs:
68
if: env.changed == 'true'
69
uses: actions/setup-node@v4
70
with:
71
- node-version: '20'
+ node-version: 20
72
73
- name: Create Pull Request
74
0 commit comments