Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit edddbb6

Browse files
authored
feat(gh): add default GitHub repo files (#155)
1 parent 0367d0b commit edddbb6

File tree

6 files changed

+23
-27
lines changed

6 files changed

+23
-27
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Bug report
33
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"
55
labels: bug
66
assignees: ruzickap
7-
87
---
98

109
**Describe the bug**

.github/ISSUE_TEMPLATE/proposal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Proposal
33
about: Suggest an idea for this project
4-
title: 'Proposal: This is a sample title'
4+
title: "Proposal: This is a sample title"
55
labels: proposal
66
assignees: ruzickap
7-
87
---
98

109
**Is your feature request related to a problem? Please describe**

.github/workflows/mega-linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ permissions: read-all
1212
jobs:
1313
mega-linter:
1414
runs-on: ubuntu-latest
15+
timeout-minutes: 30
1516
steps:
1617
- name: Checkout Code
1718
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -37,7 +38,7 @@ jobs:
3738
chmod a+x README.sh
3839
3940
- name: 💡 MegaLinter
40-
uses: oxsecurity/megalinter@688bc7466d7ab4faa83d614c2e6f9acf42b674dc # v7.8.0
41+
uses: oxsecurity/megalinter@190cd0dad6dc52b2de5b810e3b290c3d6bdcc0f2 # v7.9.0
4142
env:
4243
GITHUB_COMMENT_REPORTER: false
4344
GITHUB_STATUS_REPORTER: true

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: stale
33

44
on:
55
schedule:
6-
- cron: "30 1 * * *"
6+
- cron: "9 9 * * *"
77

88
permissions:
99
issues: write

.gitignore

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,23 @@
11
# pre-commit configuration file
22
.pre-commit-config.yaml
33

4-
# Kubernetes kubeconfig file
5-
kubeconfig*.conf*
4+
# demo-magic.sh script
5+
demo-magic.sh
66

77
# Vuepress Pages
88
docs/.vuepress/dist
99

10-
# tmp directory
11-
tmp/
10+
# Kubernetes kubeconfig file
11+
kubeconfig*.conf*
1212

1313
# Node modules
1414
node_modules/
1515

16+
# nohup output
17+
nohup.out
18+
1619
# README.sh script
1720
README.sh
1821

19-
# demo-magic.sh script
20-
demo-magic.sh
21-
22-
# Terraform files
23-
.terraform*
24-
*.tfstate*
25-
crash.log
26-
27-
# nohup output
28-
nohup.out
22+
# tmp directory
23+
tmp/

.trivyignore.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
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 │
33
- 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 │
55
- 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 │
77
- 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 │
99
- 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 │
1111
- 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 │
1313
- 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 │
14+
# | ip │ CVE-2023-42282 │ HIGH │ affected │ 1.1.8 │ │ An issue in NPM IP Package v.1.1.8 and before allows an │
1515
- 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

0 commit comments

Comments
 (0)