Skip to content

Commit 814b42f

Browse files
committed
DevOps Shield - DevSecOps Automation - Update devopsshield-cis-trivy.yml
1 parent c3bbb63 commit 814b42f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/devopsshield-cis-trivy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Last applied at: Thu, 09 Jan 2025 14:42:09 GMT
1+
# Last applied at: Mon, 20 Jan 2025 03:14:03 GMT
22
# DevOps Shield - The ultimate DevSecOps platform designed to secure your DevOps.
33
# https://devopsshield.com
44
##############################################################
@@ -20,6 +20,7 @@
2020
# Scan Docker container images for vulnerabilities in OS packages and language dependencies with Trivy from Aqua Security.
2121
# Trivy is a comprehensive and versatile security scanner.
2222
# Trivy has scanners that look for security issues, and targets where it can find those issues.
23+
# Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more.
2324
# Read the official documentation to find out more.
2425
# For more information:
2526
# https://trivy.dev/latest/
@@ -58,7 +59,7 @@ jobs:
5859
docker build -t docker.io/my-organization/my-app:${{ github.sha }} .
5960
6061
- name: Run Trivy vulnerability scanner
61-
uses: aquasecurity/trivy-action@7b7aa264d83dc58691451798b4d117d53d21edfe
62+
uses: aquasecurity/trivy-action@v0.29.0
6263
with:
6364
image-ref: 'docker.io/my-organization/my-app:${{ github.sha }}'
6465
format: 'sarif'

0 commit comments

Comments
 (0)