-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
175 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Demo Inhalte: | ||
- Pipeline für Continuous Integration (CI) im Zusammenhang mit einer React Anwendung | ||
|
||
## Auslöser | ||
- Reagiert auf Push-Events im Main-Branch, beschränkt auf bestimmte Pfade innerhalb des Repositorys | ||
- Ermöglicht manuelles Auslösen über workflow_dispatch | ||
|
||
## Jobs | ||
- Enthält einen Job namens "build", der auf einem Ubuntu-Latest-Image läuft | ||
|
||
## Schritte im "build"-Job | ||
- Checkout: Hält die neueste Version des Codes bereit | ||
- Install: Führt npm install im Verzeichnis der React-Anwendung aus | ||
- Lint: Führt npm run lint aus, um Code-Stil und -Qualität zu überprüfen | ||
- Test: Führt npm test aus, um sicherzustellen, dass Tests erfolgreich durchlaufen | ||
- Build: Führt npm run build aus, um die React-Anwendung zu erstellen |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
# Security Culture | ||
|
||
## Allgemeines | ||
- Bewusstsein schaffen: Sensibilisierung aller Mitarbeiter für Sicherheitsaspekte. | ||
- Integration in Unternehmenswerte: Sicherheit als integraler Bestandteil der Unternehmenskultur. | ||
- Kontinuierliche Schulung: Regelmäßige Weiterbildung für aktuelle Sicherheitspraktiken. | ||
|
||
## Security Champions | ||
- Interne Botschafter: Ausgewählte Mitarbeiter fördern die Security Kultur intern. | ||
- Experten und Ressourcen: Unterstützen Teams als Sicherheitsexperten und Ressourcen. | ||
|
||
![Security Champions](../99_assets/images/security_champions.png) | ||
![Security Champions](../99_assets/images/security_champions.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
![Central Vulnerability Management](./99_assets/images/central-vulnerability-management.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Supply Chain | ||
|
||
- [Supply Chain Übersicht](./2_theorie/Übersicht.md) | ||
- [Supply Chain Container](./2_theorie/Container.md) | ||
- [Supply Chain Dockerfiles](./2_theorie/Dockerfiles.md) | ||
- [Supply Chain Sicherheit](./2_theorie/SicherheitSupplyChain.md) | ||
- [Supply Chain Recht und Compliance](./2_theorie/RechtUndCompliance.md) |
Oops, something went wrong.