Skip to content

Commit

Permalink
Merge pull request #87 from daneshk/main
Browse files Browse the repository at this point in the history
[Trivy action] Set scanner to scan only vulnerabilities
  • Loading branch information
daneshk authored Oct 30, 2024
2 parents 32010d0 + 9c9243e commit 6582cdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
format: 'table'
timeout: '10m0s'
exit-code: '1'
scanners: "vuln"
- name: Set version env variable
run: echo "VERSION=$((grep -w 'version' | cut -d= -f2) < gradle.properties | rev | cut --complement -d- -f1 | rev)" >> $GITHUB_ENV
- name: Pre release dependency version update
Expand Down

0 comments on commit 6582cdf

Please sign in to comment.