Skip to content

Commit

Permalink
Fix contrast version.
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed Mar 29, 2024
1 parent 7e34cb9 commit 75c333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contrast-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: mvn compile
# Scan Artifact
- name: Contrast Scan Action
uses: Contrast-Security-OSS/contrastscan-action@3.0.1
uses: Contrast-Security-OSS/contrastscan-action@v3.0.1
with:
artifact: target/benchmark.war # replace this path with the path to your built artifact
apiKey: ${{ secrets.CONTRAST_API_KEY }}
Expand Down

0 comments on commit 75c333f

Please sign in to comment.