This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
Bump io.projectreactor.netty:reactor-netty-http from 1.1.2 to 1.1.13 #60
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Checkov Docker Vulnerability Scan | |
on: | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run Checkov on Dockerfiles | |
id: checkov | |
uses: bridgecrewio/checkov-action@master | |
with: | |
directory: . | |
framework: dockerfile | |
quiet: true | |
output_format: github_failed_only | |
soft_fail: false |