Skip to content

chore(deps): update aquasec/trivy docker tag to v0.55.2 #376

chore(deps): update aquasec/trivy docker tag to v0.55.2

chore(deps): update aquasec/trivy docker tag to v0.55.2 #376

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run:
make test
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
# This fetches all branches and tags, which helps us lint that we're using the current version
# in our examples.
fetch-depth: 0
- run:
make lint
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
env:
SHELLCHECK_OPTS: -x
renovate-config:
name: Validate Renovate config
runs-on: ubuntu-latest
env:
RENOVATE_CONFIG_FILE: renovate.json
steps:
- uses: actions/checkout@v3
- name: testing Renovate config
run: npx -p renovate renovate-config-validator