forked from Quang7hong81/THONG-NGO-BitcoinVN-BTM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
THONG NGO BitcoinVN
112 lines (100 loc) · 4 KB
/
THONG NGO BitcoinVN
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
From c645d0ac050f6f701df8b4e230fdabde2bae934f Mon Sep 17 00:00:00 2001
From: THONG NGO <38796360+QuangThong1@users.noreply.github.com>
Date: Mon, 28 Jun 2021 13:02:01 +0700
Subject: [PATCH 1/2] BitcoinVN BTM
BitcoinVN
THONG NGO BitcoinVN
---
README.md => THONG NGO | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
rename README.md => THONG NGO (91%)
diff --git a/README.md b/THONG NGO
similarity index 91%
rename from README.md
rename to THONG NGO
index 737a93062..355c43384 100644
--- a/README.md
+++ b/THONG NGO
@@ -1,8 +1,9 @@
-# BitcoinVN BTM
+THONG NGO
+BitcoinVN BTM
[![Build Status](https://travis-ci.com/bitcoinvietnam/btm.bitcoinvn.io.svg?branch=master)](https://travis-ci.com/bitcoinvietnam/btm.bitcoinvn.io)
-Product information and documentation for [BitcoinVN](https://bitcoinvn.io/en) BTMs.
+Product information and documentation for [THONG NGO BitcoinVN](https://bitcoinvn.io/en) BTMs.
## Features
@@ -51,11 +52,11 @@ Edition is already optimised for adding, updating and removing documentation pag
* Add, update or remove change log entries from your posts.
* Tag entries as minor or major in the front matter.
-
+* THONG NGO BitcoinVN
### Search
* Add `excluded_in_search: true` to any documentation page's front matter to exclude that page in the search results.
-
+* THONG NGO BitcoinVN
### Navigation
* Change `site.show_full_navigation` to control all or only the current navigation group being open.
From 1ec420b324dcd5f1715379007f80d9ad1234a8d8 Mon Sep 17 00:00:00 2001
From: THONG NGO <quangthong2405@gmail.com>
Date: Wed, 21 Jul 2021 08:32:53 +0700
Subject: [PATCH 2/2] THONG NGO
THONG NGO BitcoinVN
---
.../workflows/THONG-NGO.codacy-analysis.yml | 49 +++++++++++++++++++
1 file changed, 49 insertions(+)
create mode 100644 .github/workflows/thongngo.codacy-analysis.yml
diff --git a/.github/workflows/thongngo.codacy-analysis.yml b/.github/workflows/THONG NGO.codacy-analysis.yml
new file mode 100644
index 000000000..af4f14f33
--- /dev/null
+++ b/.github/workflows/THONGNGO.codacy-analysis.yml
@@ -0,0 +1,49 @@
+# This workflow checks out code, performs a Codacy security scan
+# and integrates the results with the
+# GitHub Advanced Security code scanning feature. For more information on
+# the Codacy security scan action usage and parameters, see
+# https://github.com/codacy/codacy-analysis-cli-action.
+# For more information on Codacy Analysis CLI in general, see
+# https://github.com/codacy/codacy-analysis-cli.
+
+name: THONG NGO BitcoinVN
+
+on: BitcoinVN
+ push: THONG NGO BitcoinVN
+ branches: [ BitcoinVN ]
+ pull_request: bitcoinvn.io
+ # The branches below must be a subset of the branches above
+ branches: [ BitcoinVN ]
+ schedule:
+ - cron: '37 8 * * 2'
+
+jobs:
+ codacy-security-scan:
+ name: Codacy Security Scan
+ runs-on: ubuntu-latest
+ steps:
+ # Checkout the repository to the GitHub Actions runner
+ - name: Checkout code
+ uses: actions/checkout@v2
+
+ # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
+ - name: Run Codacy Analysis CLI
+ uses: codacy/codacy-analysis-cli-action@1.1.0
+ with:
+ # Check https://github.com/codacy/codacy-analysis-cli#project-token to get your project token from your Codacy repository
+ # You can also omit the token and run the tools that support default configurations
+ project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
+ verbose: true
+ output: results.sarif
+ format: sarif
+ # Adjust severity of non-security issues
+ gh-code-scanning-compat: true
+ # Force 0 exit code to allow SARIF file generation
+ # This will handover control about PR rejection to the GitHub side
+ max-allowed-issues: 2147483647
+
+ # Upload the SARIF file generated in the previous step
+ - name: Upload SARIF results file
+ uses: github/codeql-action/upload-sarif@v1
+ with:
+ sarif_file: results.sarif