Skip to content

Commit

Permalink
try and trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Oct 6, 2023
1 parent 76f5c0b commit 76143f7
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

# - name: Cache Docker layers
# uses: actions/cache@v3
# with:
# path: /tmp/.buildxyz-cache
# key: ${{ runner.os }}-buildxyK-${{ github.sha }}
# restore-keys: |
# ${{ runner.os }}-buildxyK-
# https://github.com/docker/login-action#docker-hub
- name: Login to registry
uses: docker/login-action@v2
Expand All @@ -50,7 +43,7 @@ jobs:
with:
image-ref: deltablot/php-prod:latest
format: 'table'
exit-code: '0'
ignore-unfixed: false
# uncomment to ignore: exit-code: '0'
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL'

0 comments on commit 76143f7

Please sign in to comment.