Skip to content

Commit

Permalink
update post release trivy scan for all severities
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt committed Sep 12, 2023
1 parent 44a09f4 commit 44bc51a
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/post_release_trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image ruby in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -50,7 +49,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image node in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -66,7 +64,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image base in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -82,7 +79,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image cosmos-init in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -98,7 +94,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image redis in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -114,7 +109,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image minio in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -130,7 +124,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image operator in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -146,7 +139,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image cosmos-cmd-tlm-api in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -162,7 +154,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image cosmos-script-runner-api in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand All @@ -178,7 +169,6 @@ jobs:
ignore-unfixed: true
vuln-type: "os,library"
scanners: "vuln"
severity: "CRITICAL,HIGH"
- name: Run Trivy on image traefik in SBOM mode
uses: aquasecurity/trivy-action@master
with:
Expand Down

0 comments on commit 44bc51a

Please sign in to comment.