Skip to content

add additivity="false" where missing to prevent double logs #139

add additivity="false" where missing to prevent double logs

add additivity="false" where missing to prevent double logs #139

Workflow file for this run

name: hadolint
on:
push:
branches:
- fb_*
- '*_fb_*'
pull_request:
branches:
- develop
- 'release*'
jobs:
hadolint:
name: hadolint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run hadolint
uses: hadolint/[email protected]
with:
dockerfile: Dockerfile