Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion .github/workflows/trivy_fs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: aquasecurity/trivy-action@18f2510ee396bbf400402947b394f2dd8c87dbb0 # v0.29.0
- uses: aquasecurity/trivy-action@0.35.0
Comment thread
vrajpurohitNR marked this conversation as resolved.
Outdated
with:
scan-type: 'fs'
ignore-unfixed: true
Expand Down
4 changes: 2 additions & 2 deletions tools/chef/cookbooks/px_dev_extras/attributes/linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
'79b0f844237bd4b0446e4dc884dbc1765fc7dedc3968f743d5949c6f2e701739'

default['trivy']['download_path'] =
'https://github.com/aquasecurity/trivy/releases/download/v0.64.1/trivy_0.64.1_Linux-64bit.tar.gz'
'https://github.com/aquasecurity/trivy/releases/download/v0.69.3/trivy_0.69.3_Linux-64bit.tar.gz'
default['trivy']['sha256'] =
'1a09d86667b3885a8783d1877c9abc8061b2b4e9b403941b22cbd82f10d275a8'
'1816b632dfe529869c740c0913e36bd1629cb7688bd5634f4a858c1d57c88b75'

default['yq']['download_path'] =
'https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_linux_amd64'
Expand Down
4 changes: 2 additions & 2 deletions tools/chef/cookbooks/px_dev_extras/attributes/mac_os_x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
'dece9b0131af5ced0f8c278a53c0cf06a4f0d1d70a177c0979f6d111654397ce'

default['trivy']['download_path'] =
'https://github.com/aquasecurity/trivy/releases/download/v0.64.1/trivy_0.64.1_macOS-64bit.tar.gz'
'https://github.com/aquasecurity/trivy/releases/download/v0.69.3/trivy_0.69.3_macOS-64bit.tar.gz'
default['trivy']['sha256'] =
'107a874b41c1f0a48849f859b756f500d8be06f2d2b8956a046a97ae38088bf6'
'fec4a9f7569b624dd9d044fca019e5da69e032700edbb1d7318972c448ec2f4e'

default['yq']['download_path'] =
'https://github.com/mikefarah/yq/releases/download/v4.30.8/yq_darwin_amd64'
Expand Down
Loading