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 a75b5ed commit 2cea871Copy full SHA for 2cea871
3 files changed
.checkov.yml
@@ -1,7 +1,3 @@
1
skip-check:
2
- CKV_DOCKER_2
3
- CKV_DOCKER_3
4
- - CKV_DOCKER_8
5
- - CKV2_DOCKER_1
6
-skip-path:
7
- - node_modules/
.github/linters/.yaml-lint.yml
@@ -0,0 +1,9 @@
+---
+extends: default
+
+rules:
+ line-length: disable
+ comments: disable
8
+ignore: |
9
+ .github
.github/workflows/action-dockerhub-description.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- name: Checkout
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
persist-credentials: false
24
0 commit comments