Skip to content

Commit 40b30ea

Browse files
committed
.
1 parent 2334d2d commit 40b30ea

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Sample Repositories
55

6-
- GCP, Docker, Terraform, Python, pytest, Sonarqube: [gke-workload-identity](https://github.com/DevSecOpsSamples/gke-workload-identity/blob/master/.github/workflows/build.yml)
7-
8-
- Docker, CDK, Sonarqube: [jenkins-fargate-cdk](https://github.com/DevSecOpsSamples/jenkins-fargate-cdk/blob/master/.github/workflows/build.yml)
9-
6+
| Repository | Workflow File | Actions |
7+
|---|--------------------------------|------|
8+
| gke-workload-identity | [build.yml](https://github.com/DevSecOpsSamples/gke-workload-identity/blob/master/.github/workflows/build.yml) | [actions](https://github.com/DevSecOpsSamples/gke-workload-identity/actions/workflows/build.yml) | GCP, gcloud, Docker, Terraform, Python, pytest, Sonarqube |
9+
| jenkins-fargate-cdk | [build.yml](https://github.com/DevSecOpsSamples/jenkins-fargate-cdk/blob/master/.github/workflows/build.yml) | [actions](https://github.com/DevSecOpsSamples/gke-workload-identity/actions/workflows/build.yml) | Docker, CDK, Sonarqube |
1010

1111
## Docker
1212

dockerx.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,3 @@ jobs:
2626
restore-keys: ${{ runner.os }}-gradle
2727
- name: Build and analyze
2828
run: ./gradlew build --info
29-
30-
gradle-no-cache:
31-
runs-on: ubuntu-latest
32-
steps:
33-
- uses: actions/checkout@v3
34-
- name: Set up JDK 11
35-
uses: actions/setup-java@v1
36-
with:
37-
java-version: 11
38-
- name: Build and analyze
39-
run: ./gradlew build --info

0 commit comments

Comments
 (0)