Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d2da9964
Commit
d2da9964
authored
Nov 13, 2019
by
Takuya Noguchi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TypeScript, not Typescript
Signed-off-by:
Takuya Noguchi
<
takninnovationresearch@gmail.com
>
parent
33eb4b49
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md
...i/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md
+2
-2
doc/user/application_security/sast/analyzers.md
doc/user/application_security/sast/analyzers.md
+1
-1
doc/user/application_security/sast/index.md
doc/user/application_security/sast/index.md
+1
-1
No files found.
doc/ci/examples/devops_and_game_dev_with_gitlab_ci_cd/index.md
View file @
d2da9964
...
...
@@ -38,7 +38,7 @@ that's tested and deployed on every push to the `master` branch of the [codebase
This will also provide
boilerplate code for starting a browser-based game with the following components:
-
Written in
[
Type
s
cript
](
https://www.typescriptlang.org/
)
and
[
PhaserJs
](
https://phaser.io
)
-
Written in
[
Type
S
cript
](
https://www.typescriptlang.org/
)
and
[
PhaserJs
](
https://phaser.io
)
-
Building, running, and testing with
[
Gulp
](
https://gulpjs.com
)
-
Unit tests with
[
Chai
](
https://www.chaijs.com
)
and
[
Mocha
](
https://mochajs.org/
)
-
CI/CD with GitLab
...
...
@@ -508,7 +508,7 @@ deploy:
## Conclusion
Within the
[
demo repository
](
https://gitlab.com/blitzgren/gitlab-game-demo
)
you can also find a handful of boilerplate code to get
[
Type
s
cript
](
https://www.typescriptlang.org/
)
,
[
Mocha
](
https://mochajs.org/
)
,
[
Gulp
](
https://gulpjs.com/
)
and
[
Phaser
](
https://phaser.io
)
all playing
[
Type
S
cript
](
https://www.typescriptlang.org/
)
,
[
Mocha
](
https://mochajs.org/
)
,
[
Gulp
](
https://gulpjs.com/
)
and
[
Phaser
](
https://phaser.io
)
all playing
together nicely with GitLab CI/CD, which is the result of lessons learned while making
[
Dark Nova
](
https://www.darknova.io
)
.
Using a combination of free and open source software, we have a full CI/CD pipeline, a game foundation,
and unit tests, all running and deployed at every push to master - with shockingly little code.
...
...
doc/user/application_security/sast/analyzers.md
View file @
d2da9964
...
...
@@ -25,7 +25,7 @@ SAST supports the following official analyzers:
-
[
`security-code-scan`
](
https://gitlab.com/gitlab-org/security-products/analyzers/security-code-scan
)
(
Security
Code Scan (.NET))
-
[
`sobelow`
](
https://gitlab.com/gitlab-org/security-products/analyzers/sobelow
)
(
Sobelow
(Elixir Phoenix)
)
-
[
`spotbugs`
](
https://gitlab.com/gitlab-org/security-products/analyzers/spotbugs
)
(
SpotBugs
with the Find Sec Bugs plugin (Ant, Gradle and wrapper, Grails, Maven and wrapper, SBT))
-
[
`tslint`
](
https://gitlab.com/gitlab-org/security-products/analyzers/tslint
)
(
TSLint
(Type
s
cript)
)
-
[
`tslint`
](
https://gitlab.com/gitlab-org/security-products/analyzers/tslint
)
(
TSLint
(Type
S
cript)
)
The analyzers are published as Docker images that SAST will use to launch
dedicated containers for each analysis.
...
...
doc/user/application_security/sast/index.md
View file @
d2da9964
...
...
@@ -78,7 +78,7 @@ The following table shows which languages, package managers and frameworks are s
| Python (
[
pip
](
https://pip.pypa.io/en/stable/
)
) |
[
bandit
](
https://github.com/PyCQA/bandit
)
| 10.3 |
| Ruby on Rails |
[
brakeman
](
https://brakemanscanner.org
)
| 10.3 |
| Scala (
[
Ant
](
https://ant.apache.org/
)
,
[
Gradle
](
https://gradle.org/
)
,
[
Maven
](
https://maven.apache.org/
)
and
[
SBT
](
https://www.scala-sbt.org/
)
) |
[
SpotBugs
](
https://spotbugs.github.io/
)
with the
[
find-sec-bugs
](
https://find-sec-bugs.github.io/
)
plugin | 11.0 (SBT) & 11.9 (Ant, Gradle, Maven) |
| Type
s
cript |
[
TSLint config security
](
https://github.com/webschik/tslint-config-security/
)
| 11.9 |
| Type
S
cript |
[
TSLint config security
](
https://github.com/webschik/tslint-config-security/
)
| 11.9 |
NOTE:
**Note:**
The Java analyzers can also be used for variants like the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment