Skip to content

Bump Argo CD version to v2.13.2 #678

Bump Argo CD version to v2.13.2

Bump Argo CD version to v2.13.2 #678

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
name: hadolint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: hadolint
uses: hadolint/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HADOLINT_ACTION_DOCKERFILE_FOLDER: .
with:
ignore: 'DL3018'