Skip to content

Commit

Permalink
chore: polish code
Browse files Browse the repository at this point in the history
  • Loading branch information
pomverte committed Oct 13, 2024
1 parent 2d02ef5 commit 529f035
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ run-name: ${{ github.actor }} is building bats

on:
push:
branches: [ "main" ]
branches: ["main"]
paths:
- 'bats/**'
- "bats/**"
pull_request:
branches: [ "main" ]
branches: ["main"]
paths:
- 'bats/**'
- "bats/**"

env:
REGISTRY: ghcr.io
Expand Down Expand Up @@ -53,11 +53,11 @@ jobs:
uses: aquasecurity/trivy-action@master
with:
image-ref: ${{ env.REGISTRY }}/${{ env.IMAGE_TAG }}
format: 'table'
exit-code: '1'
format: "table"
exit-code: "1"
ignore-unfixed: true
vuln-type: 'os,library'
severity: 'CRITICAL,HIGH'
vuln-type: "os,library"
severity: "CRITICAL,HIGH"
env:
TRIVY_USERNAME: ${{ github.actor }}
TRIVY_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 529f035

Please sign in to comment.