Skip to content

Commit eac9e40

Browse files
committed
updat repository
Signed-off-by: AnaisUrlichs <[email protected]>
1 parent c4ff2b8 commit eac9e40

File tree

8 files changed

+10674
-279
lines changed

8 files changed

+10674
-279
lines changed

.github/workflows/all-in-one.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
with:
1717
scan-type: 'fs'
1818
scan-ref: '.'
19+
exit-code: '0'
1920
trivy-config: trivy.yaml
2021
name: Set up QEMU
2122
uses: docker/setup-qemu-action@v2

.trivyignore

Whitespace-only changes.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Cloud Native Security Demo website
22

3-
This website is used to showcase the projects in this GitHub organisation as well as for demo projects.
3+
This website is used to showcase the projects in this GitHub organisation [Cloud-Native-Security](https://github.com/Cloud-Native-Security) as well as for demo projects.
44

55
It is built using React and based on the following project: [Cleanfolio Minimal](https://github.com/rajshekhar26/cleanfolio-minimal).
66

@@ -22,6 +22,13 @@ yarn build
2222
yarn deploy
2323
```
2424

25+
## Container Imgae
26+
27+
Run the following command for the latest container image:
28+
```
29+
docker run -p 8080:80 docker.io/anaisurlichs/cns-website:0.2.5
30+
```
31+
2532
## Contributing
2633

2734
If you would like to make changes to the repository, please submit a [PR.](https://github.com/Cloud-Native-Security/website/pulls)

deploy/deployment.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: cns-website
17-
image: docker.io/anaisurlichs/cns-website:0.2.2
17+
image: docker.io/anaisurlichs/cns-website:0.2.4
1818
ports:
1919
- containerPort: 80
2020
imagePullPolicy: Always
@@ -23,6 +23,4 @@ spec:
2323
memory: 512Mi
2424
cpu: 200m
2525
securityContext:
26-
allowPrivilegeEscalation: false
27-
imagePullSecrets:
28-
- name: dockerconfigjson-github-com
26+
allowPrivilegeEscalation: false

package-lock.json

Lines changed: 319 additions & 272 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"@testing-library/jest-dom": "^5.14.1",
1010
"@testing-library/react": "^12.0.0",
1111
"@testing-library/user-event": "^13.2.1",
12-
"gh-pages": "^3.0.0",
12+
"gh-pages": "^5.0.0",
1313
"prop-types": "^15.7.2",
1414
"react": "^17.0.2",
1515
"react-dom": "^17.0.2",
@@ -39,5 +39,9 @@
3939
},
4040
"devDependencies": {
4141
"prettier": "^2.3.2"
42+
},
43+
"overrides": {
44+
"nth-check": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz",
45+
"postcss": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz"
4246
}
4347
}

yarn.lock

Lines changed: 10339 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)