2 parents f33b311 + b4b04a2 commit 69b2ad2Copy full SHA for 69b2ad2
2 files changed
.github/workflows/node.yml
@@ -1,7 +1,8 @@
1
name: Node CI
2
3
-on: push
4
-
+on:
+ push:
5
+ pull_request:
6
jobs:
7
test:
8
runs-on: ubuntu-latest
@@ -33,7 +34,7 @@ jobs:
33
34
image-ref: my-first-image
35
format: table
36
severity: CRITICAL
- exit-code: 1
37
+ exit-code: 0
38
39
- name: Log in to Docker Hub
40
uses: docker/login-action@v3
README.md
@@ -75,7 +75,8 @@ This repository was created to:
75
- [x] CodeQL
76
- [x] Trivy Container Scanning
77
- [x] Container Security
78
-- [ ] Secure CI/CD Pipelines
+- [x] Secure CI/CD Pipelines
79
+- [ ] Branch Protection
80
- [ ] OWASP Security Practices
81
82
---
0 commit comments