Skip to content

Commit 57a97c7

Browse files
aqua-botnikpivkin
andauthored
chore(deps): Update trivy to v0.69.3 (#519)
Co-authored-by: nikpivkin <nikpivkin@users.noreply.github.com>
1 parent 97e0b38 commit 57a97c7

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
TRIVY_VERSION: 0.69.2
9+
TRIVY_VERSION: 0.69.3
1010
BATS_LIB_PATH: '/usr/lib/'
1111

1212
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
uses: aquasecurity/setup-trivy@v0.2.0
216216
with:
217217
cache: true
218-
version: v0.69.2
218+
version: v0.69.3
219219
220220
- name: Run Trivy vulnerability scanner in repo mode
221221
uses: aquasecurity/trivy-action@master
@@ -891,7 +891,7 @@ Following inputs can be used as `step.with` keys:
891891
| `github-pat` | String | | Authentication token to enable sending SBOM scan results to GitHub Dependency Graph. Can be either a GitHub Personal Access Token (PAT) or GITHUB_TOKEN |
892892
| `limit-severities-for-sarif` | Boolean | false | By default *SARIF* format enforces output of all vulnerabilities regardless of configured severities. To override this behavior set this parameter to **true** |
893893
| `docker-host` | String | | By default it is set to `unix://var/run/docker.sock`, but can be updated to help with containerized infrastructure values (`unix:/` or other prefix is required) |
894-
| `version` | String | `v0.69.2` | Trivy version to use, e.g. `latest` or `v0.69.2` |
894+
| `version` | String | `v0.69.3` | Trivy version to use, e.g. `latest` or `v0.69.3` |
895895
| `skip-setup-trivy` | Boolean | false | Skip calling the `setup-trivy` action to install `trivy` |
896896
| `token-setup-trivy` | Boolean | | Overwrite `github.token` used by `setup-trivy` to checkout the `trivy` repository |
897897

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ inputs:
9898
version:
9999
description: 'Trivy version to use'
100100
required: false
101-
default: 'v0.69.2'
101+
default: 'v0.69.3'
102102
cache:
103103
description: 'Used to specify whether caching is needed. Set to false, if you would like to disable caching.'
104104
required: false

test/data/config-scan/report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SchemaVersion": 2,
33
"Trivy": {
4-
"Version": "0.69.2"
4+
"Version": "0.69.3"
55
},
66
"ArtifactName": "test/data/config-scan",
77
"ArtifactType": "filesystem",

test/data/secret-scan/report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SchemaVersion": 2,
33
"Trivy": {
4-
"Version": "0.69.2"
4+
"Version": "0.69.3"
55
},
66
"ArtifactID": "sha256:79ce4c2f8371bef1ce2a321518d3136bc1bd8f3c307ed679944a38e7cbd76c14",
77
"ArtifactName": "https://github.com/krol3/demo-trivy/",

test/data/with-tf-vars/report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SchemaVersion": 2,
33
"Trivy": {
4-
"Version": "0.69.2"
4+
"Version": "0.69.3"
55
},
66
"ArtifactName": "test/data/with-tf-vars/main.tf",
77
"ArtifactType": "filesystem",

test/data/with-trivy-yaml-cfg/report.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"SchemaVersion": 2,
33
"Trivy": {
4-
"Version": "0.69.2"
4+
"Version": "0.69.3"
55
},
66
"ArtifactID": "sha256:aab05ff324c90bb728aa5177b75d7e39d363be13323873de70959d2251edcebc",
77
"ArtifactName": "alpine:3.10",

0 commit comments

Comments
 (0)