This repository was archived by the owner on Jul 2, 2024. It is now read-only.
Commit 3e9b0f6 1 parent bb712c4 commit 3e9b0f6 Copy full SHA for 3e9b0f6
File tree 8 files changed +29
-16
lines changed
8 files changed +29
-16
lines changed Original file line number Diff line number Diff line change
1
+ skip-path :
2
+ - files
3
+ - terraform
4
+
5
+ skip-check :
6
+ # The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty
7
+ - CKV_GHA_7
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
3
about : Create a report to help us improve
4
- title : ' Bug: This is a sample issue title'
4
+ title : " Bug: This is a sample issue title"
5
5
labels : bug
6
6
assignees : ruzickap
7
-
8
7
---
9
8
10
9
** Describe the bug**
Original file line number Diff line number Diff line change 1
1
---
2
2
name : Proposal
3
3
about : Suggest an idea for this project
4
- title : ' Proposal: This is a sample title'
4
+ title : " Proposal: This is a sample title"
5
5
labels : proposal
6
6
assignees : ruzickap
7
-
8
7
---
9
8
10
9
** Is your feature request related to a problem? Please describe**
Original file line number Diff line number Diff line change 13
13
"git-submodules" : {
14
14
enabled : true ,
15
15
} ,
16
+ ignorePaths : [
17
+ // Ignore Terraform files
18
+ "terraform/**" ,
19
+ ] ,
16
20
labels : [
17
21
"renovate" ,
18
22
"renovate/{{replace '.*/' '' depName}}" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ permissions: read-all
12
12
jobs :
13
13
mega-linter :
14
14
runs-on : ubuntu-latest
15
+ timeout-minutes : 30
15
16
steps :
16
17
- name : Checkout Code
17
18
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -33,10 +34,11 @@ jobs:
33
34
# Extract: ```bash ... ```
34
35
sed -n "/^ \`\`\`\(bash\|shell\)$/,/^ \`\`\`$/p" "${FILE}" | sed '/^ ```*/d; s/^ //' >> README.sh
35
36
done
37
+ ls -la README.sh
36
38
chmod a+x README.sh
37
39
38
40
- name : 💡 MegaLinter
39
- uses : oxsecurity/megalinter@688bc7466d7ab4faa83d614c2e6f9acf42b674dc # v7.8 .0
41
+ uses : oxsecurity/megalinter@190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2 # v7.9 .0
40
42
env :
41
43
GITHUB_COMMENT_REPORTER : false
42
44
GITHUB_STATUS_REPORTER : true
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: stale
3
3
4
4
on :
5
5
schedule :
6
- - cron : " 30 1 * * *"
6
+ - cron : " 9 9 * * *"
7
7
8
8
permissions :
9
9
issues : write
Original file line number Diff line number Diff line change 1
1
# Configuration file for MegaLinter
2
2
# See all available variables at https://megalinter.io/latest/configuration/ and in linters documentation
3
3
4
- BASH_SHFMT_ARGUMENTS : --indent 2 --space-redirects
4
+ BASH_SHFMT_ARGUMENTS : --case-indent -- indent 2 --space-redirects
5
5
6
6
DISABLE_LINTERS :
7
7
- MARKDOWN_MARKDOWN_LINK_CHECK # Using lychee instead
@@ -26,9 +26,7 @@ PRINT_ALPACA: false
26
26
# Disable creating report directory
27
27
REPORT_OUTPUT_FOLDER : none
28
28
29
- # Issue: https://github.com/bridgecrewio/checkov/issues/3839
30
- # The build output cannot be affected by user parameters other than the build entry point and the top-level source location. GitHub Actions workflow_dispatch inputs MUST be empty
31
- REPOSITORY_CHECKOV_ARGUMENTS : --skip-check CKV_GHA_7
29
+ REPOSITORY_CHECKOV_ARGUMENTS : --quiet
32
30
33
31
# Do not leave debug code in production, Insecure URL
34
32
REPOSITORY_DEVSKIM_ARGUMENTS : --ignore-globs CHANGELOG.md --ignore-rule-ids DS162092,DS137138
Original file line number Diff line number Diff line change 1
1
vulnerabilities :
2
- # │ glob-parent │ CVE-2020-28469 │ HIGH │ fixed │ 3.1.0 │ 5.1.2 │ Regular expression denial of service │
2
+ # │ glob-parent │ CVE-2020-28469 │ HIGH │ fixed │ 3.1.0 │ 5.1.2 │ Regular expression denial of service │
3
3
- id : CVE-2020-28469
4
- # │ json5 │ CVE-2022-46175 │ HIGH │ fixed │ 0.5.1 │ 2.2.2, 1.0.2 │ json5: Prototype Pollution in JSON5 via Parse Method │
4
+ # │ json5 │ CVE-2022-46175 │ HIGH │ fixed │ 0.5.1 │ 2.2.2, 1.0.2 │ json5: Prototype Pollution in JSON5 via Parse Method │
5
5
- id : CVE-2022-46175
6
- # │ loader-utils │ CVE-2022-37601 │ CRITICAL │ fixed │ 0.2.17 │ 2.0.3, 1.4.1 │ loader-utils: prototype pollution in function parseQuery in │
6
+ # │ loader-utils │ CVE-2022-37601 │ CRITICAL │ fixed │ 0.2.17 │ 2.0.3, 1.4.1 │ loader-utils: prototype pollution in function parseQuery in │
7
7
- id : CVE-2022-37601
8
- # │ node-forge │ CVE-2022-24771 │ HIGH │ fixed │ 0.10.0 │ 1.3.0 │ node-forge: Signature verification leniency in checking │
8
+ # │ node-forge │ CVE-2022-24771 │ HIGH │ fixed │ 0.10.0 │ 1.3.0 │ node-forge: Signature verification leniency in checking │
9
9
- id : CVE-2022-24771
10
- # │ node-forge │ CVE-2022-24772 │ HIGH │ fixed │ 0.10.0 │ 1.3.0 │ node-forge: Signature verification failing to check tailing │
10
+ # │ node-forge │ CVE-2022-24772 │ HIGH │ fixed │ 0.10.0 │ 1.3.0 │ node-forge: Signature verification failing to check tailing │
11
11
- id : CVE-2022-24772
12
- # │ nth-check │ CVE-2021-3803 │ HIGH │ fixed │ 1.0.2 │ 2.0.1 │ inefficient regular expression complexity │
12
+ # │ nth-check │ CVE-2021-3803 │ HIGH │ fixed │ 1.0.2 │ 2.0.1 │ inefficient regular expression complexity │
13
13
- id : CVE-2021-3803
14
+ # | ip │ CVE-2023-42282 │ HIGH │ affected │ 1.1.8 │ │ An issue in NPM IP Package v.1.1.8 and before allows an │
15
+ - id : CVE-2023-42282
16
+ # │ normalize-url │ CVE-2021-33502 │ HIGH │ fixed │ 4.5.0 │ 4.5.1, 5.3.1, 6.0.1 │ ReDoS for data URLs │
17
+ - id : CVE-2021-33502
You can’t perform that action at this time.
0 commit comments