Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Bump protobuf-java from 3.22.4 to 3.23.0 (#670) #275

Bump protobuf-java from 3.22.4 to 3.23.0 (#670)

Bump protobuf-java from 3.22.4 to 3.23.0 (#670) #275

name: hadolint-analysis-workflow
on:
push:
branches:
- main
- release/**
pull_request:
branches:
- main
- release/**
paths:
- '**/Dockerfile'
jobs:
hadolint-edus:
name: Lint edus Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Pull HaDoLint image
run: docker pull hadolint/hadolint
- name: Lint edus Dockerfile
run: docker run --rm --interactive hadolint/hadolint hadolint --ignore DL3059 - < ./services/edus/Dockerfile
hadolint-ppac:
name: Lint ppac Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Pull HaDoLint Image
run: docker pull hadolint/hadolint
- name: Lint ppac Dockerfile
run: docker run --rm --interactive hadolint/hadolint hadolint --ignore DL3059 - < ./services/ppac/Dockerfile
hadolint-els-verify:
name: Lint els-verify Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Pull HaDoLint Image
run: docker pull hadolint/hadolint
- name: Lint els-verify Dockerfile
run: docker run --rm --interactive hadolint/hadolint hadolint --ignore DL3059 - < ./services/els-verify/Dockerfile
hadolint-srs-verify:
name: Lint srs-verify Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Pull HaDoLint Image
run: docker pull hadolint/hadolint
- name: Lint srs-verify Dockerfile
run: docker run --rm --interactive hadolint/hadolint hadolint --ignore DL3059 - < ./services/srs-verify/Dockerfile
hadolint-retention:
name: Lint retention Dockerfile
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Pull HaDoLint Image
run: docker pull hadolint/hadolint
- name: Lint retention Dockerfile
run: docker run --rm --interactive hadolint/hadolint hadolint --ignore DL3059 - < ./services/retention/Dockerfile