Skip to content

chore(deps): bump aquasecurity/trivy-action from 0.0.15 to 0.0.16 #3373

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ jobs:

- name: Run Trivy vulnerability scanner in image mode
# Commit SHA for v0.0.14
uses: aquasecurity/trivy-action@341f810bd602419f966a081da3f4debedc3e5c8e
uses: aquasecurity/trivy-action@9789b6ae3b29487541292242e416cd89e4e54874
with:
input: "./release-images/code-server-amd64-*.tar"
scan-type: "image"
Expand Down Expand Up @@ -475,7 +475,7 @@ jobs:
uses: actions/checkout@v2
- name: Run Trivy vulnerability scanner in repo mode
#Commit SHA for v0.0.14
uses: aquasecurity/trivy-action@341f810bd602419f966a081da3f4debedc3e5c8e
uses: aquasecurity/trivy-action@9789b6ae3b29487541292242e416cd89e4e54874
with:
scan-type: "fs"
scan-ref: "."
Expand Down