Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulgandhijayabalan-bc authored Jul 24, 2024
1 parent 1c5e1d3 commit 23038af
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,4 @@ jobs:
#Configure the correct git url of the repo to be scanned
run: |
trufflehog https://github.com/rahulgandhijayabalan-bc/ccs-ppg-notification-api.git --regex --entropy=TRUE
#- name: Send email notification
#uses:
#dawidd6/action-send-mail@v3.1.0
#if: always()

#with:
#server_address: ${{ secrets.SERVER_ADDRESS }}
#server_port: ${{ secrets.SERVER_PORT }}
# username: ${{ secrets.USER_NAME }}
#password: ${{ secrets.PASSWORD }}
#subject: Trufflehog Monthly Deep Scan - "${{ github.repository }}"
#to: "rahulgandhi.jayabalan@brickendon.com,ponselvam.sakthivel@brickendon.com, cybersecurity@crowncommercial.gov.uk"
#from: "secops@brickendon.com"
#body: |

# Hi,

# The Trufflehog Monthly Deep Scan has completed for "${{ github.repository }}". Please review the results below:

#Scan Job URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}

#Scan Status: **${{ job.status }}**

#Thank You.
#Brickendon SecOps

0 comments on commit 23038af

Please sign in to comment.