Skip to content

fix(deps): update module github.com/containers/common to v0.64.2 #50

fix(deps): update module github.com/containers/common to v0.64.2

fix(deps): update module github.com/containers/common to v0.64.2 #50

Workflow file for this run

name: Sec
on:
push:
branches: '**'
permissions:
contents: write
jobs:
sec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- name: dependencies
run: |
sudo apt-get install libbtrfs-dev -y
- name: govulncheck
uses: golang/govulncheck-action@v1
with:
go-package: ./...
- name: trivy
uses: aquasecurity/trivy-action@0.32.0
with:
scan-type: 'fs'
scan-ref: '.'