Skip to content

Commit

Permalink
chore: add team notification on vulnerabilities found (#1288)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>

Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Oct 13, 2022
1 parent 5e5085f commit a7a2f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Scan Starboard Operator image for vulnerabilities
uses: aquasecurity/trivy-action@master
with:
image-ref: 'docker.io/aquasec/starboard-operator:0.15.9-amd64'
image-ref: 'docker.io/aquasec/starboard-operator:${{ github.sha }}-amd64'
exit-code: '1'
ignore-unfixed: true
severity: 'CRITICAL,HIGH'
Expand Down

0 comments on commit a7a2f6a

Please sign in to comment.