Skip to content

Commit

Permalink
ci: disabling pentest (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Jan 25, 2024
1 parent 29e0d9a commit 4c8032a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
oc_token: ${{ secrets.OC_TOKEN }}
overwrite: true
verification_path: /health
penetration_test: true
penetration_test: false
parameters:
-p ZONE=${{ env.ZONE }} -p NAME=${{ github.event.repository.name }}
-p PROMOTE=${{ github.repository }}/api:${{ env.ZONE }}
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/static/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
User-agent: *
Disallow: /

0 comments on commit 4c8032a

Please sign in to comment.