Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/erlef/setup-beam…
Browse files Browse the repository at this point in the history
…-1.17.5
  • Loading branch information
4k4xs4pH1r3 authored Mar 20, 2024
2 parents 17586b8 + 937d055 commit 53211fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/contrast-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# ...
# Scan Artifact
- name: Contrast Scan Action
uses: Contrast-Security-OSS/contrastscan-action@7352a45d9678ec8a434cf061b07ffb51c1e351a1
uses: Contrast-Security-OSS/contrastscan-action@78b7f17e8b78be21f7e4284b0158140d205ad826
with:
artifact: mypath/target/myartifact.jar # replace this path with the path to your built artifact
apiKey: ${{ secrets.CONTRAST_API_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/soos-dast-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
egress-policy: audit

- name: Run SOOS DAST Scan
uses: soos-io/soos-dast-github-action@d0ee0d8feb02c1881e6a1d785bf2078662631150 # Use latest version from https://github.com/marketplace/actions/soos-dast
uses: soos-io/soos-dast-github-action@a7f2cb2dfd143cb3224712d902ca0a1da0198ea9 # Use latest version from https://github.com/marketplace/actions/soos-dast
with:
client_id: ${{ secrets.SOOS_CLIENT_ID }}
api_key: ${{ secrets.SOOS_API_KEY }}
Expand Down

0 comments on commit 53211fa

Please sign in to comment.