CSRBot 8cc4b3f742
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
chore(deps): update docker.io/library/golang docker tag to v1.21.0
2023-09-03 16:38:26 +02:00
2022-01-30 22:49:28 +01:00
2022-01-30 22:49:28 +01:00
2022-01-30 22:49:28 +01:00
2022-01-30 22:49:28 +01:00
2022-01-30 22:49:28 +01:00
2022-01-30 22:49:28 +01:00
2022-01-30 22:49:28 +01:00

gosec-docker

Build Status Docker Pulls

This project contains all sources to build the container image docker.io/volkerraschek/gosec. The primary goal of this project is to package the binary gosec as container image to provide the functionally for CI/CD workflows. The source code of the binary can be found in the upstream project of gosec.

drone

Here is an example how to use docker.io/volkerraschek/gosec to scan for vulerabilities.

kind: pipeline
type: kubernetes
name: vulnerability-scan

platform:
  os: linux
  arch: amd64

steps:
- name: gosec
  commands:
  - gosec -v ./...
  image: docker.io/volkerraschek/gosec:latest
  resources:
    limits:
      cpu: 250
      memory: 500M
Description
Source files of the container image volkerraschek/gosec
Readme 199 KiB
Languages
Makefile 82.4%
Dockerfile 17.6%