Skip to content

Commit e1798b5

Browse files
committed
fix: Update default instance number in CI/CD workflow and enhance README content
1 parent 33a3e47 commit e1798b5

File tree

4 files changed

+17
-16
lines changed

4 files changed

+17
-16
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
description: "Instance number for resource naming"
2525
required: true
2626
type: string
27-
default: "003"
27+
default: "007"
2828

2929
permissions:
3030
attestations: write

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
[![Copilot](https://img.shields.io/badge/GitHub-Copilot-181717?style=for-the-badge&logo=github&logoColor=white)](https://github.com/features/copilot)
77
[![DevSecOps](https://img.shields.io/badge/DevSecOps-Enabled-success?style=for-the-badge)](https://github.com/security)
88

9-
> **Experience how Agentic AI and GitHub Copilot are transforming DevSecOps.**
9+
> **Agentic DevSecOps is essential for building secure AI apps and agents.**
10+
>
11+
> **Transforming Security with GHAS & GHCP & MDC**
1012
>
1113
> **Discover how GitHub Advanced Security and DevSecOps guidelines empower teams to build, secure, and ship software faster.**
1214
@@ -68,5 +70,3 @@ Boost visibility between security and development teams by integrating GHAS with
6870
> **⚡ DevSecOps is essential for modern software delivery.**
6971
7072
> **🛡️ GitHub Advanced Security (GHAS) embeds security natively into developer workflows.**
71-
72-
> **🧠 AI and automation (Copilot, Autofix) accelerate vulnerability remediation and developer education.**
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Use the gh-advsec-devsecops repository from the workspace
2-
Create a new DevSecOps-[random-number].cshtml page and reference it into the Index page
3-
Add some content to it with some latest news about GitHub Advanced Security.
4-
Implemented the ILogger for the backend code of the page.
5-
For demo purpose, generate some C# insecure code, like log forging or regex exposure
6-
Add package System.Text.Json --version 8.0.4
7-
Add package Microsoft.Data.SqlClient --version 5.0.2
8-
Add package newtonsoft.json --version 12.0.2
9-
Build the webapp to make sure there are not build errors.
10-
Create me a new branch feature/devsecops-demo-[randon-number] and switch to it.
11-
Prepare for committing the changes.
1+
- Use the gh-advsec-devsecops repository from the workspace
2+
- Create me a new unique branch name under feature/devsecops-demo-[randon-number]
3+
- Create a new DevSecOps-[random-number].cshtml page and reference it into the Index page.
4+
- Add content to it with latest news about GitHub Advanced Security.
5+
- Implemented the ILogger for the backend code of the page.
6+
- For demo purpose, generate some C# insecure code, like log forging or regex exposure
7+
- Add package System.Text.Json --version 8.0.4
8+
- Add package Microsoft.Data.SqlClient --version 5.0.2
9+
- Add package newtonsoft.json --version 12.0.2
10+
- Build the webapp to make sure there are not build errors.
11+
- Prepare for committing the changes.

src/webapp01/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@
66
}
77
},
88
"AllowedHosts": "*",
9-
"STORAGE_TEST":"18gryvHXuSVGDBcdJ3+QhRypNi413Kri8oalcQPAAZ7UGMHjaTVpSq4R9fYqzCsmZDnvK6AaE8Ce+AStDHNkpQ=="
9+
"STORAGE_TEST":"18gryvHXuSVGDBcdJ3+QhRypNi413Kri8oalcQPAAZ7UGMHjaTVpSq4R9fYqzCsmZDnvK6AaE8Ce+AStDHNkpQ==",
10+
"CUSTOM_TEST":"githubabcs_token_aB3dE5gH7jK9mN1pQ3sT5vW7yZ0Ab2De4Fg6Hi8Jk0Lm2No4Pq6Rs8Tu0Vw2Xy4Z"
1011
}

0 commit comments

Comments
 (0)