Skip to content

Commit

Permalink
Merge pull request #465 from transcom/githubWorkflowUpdate
Browse files Browse the repository at this point in the history
Update tfsec.yml workflow updates
  • Loading branch information
deandreJones committed Feb 7, 2024
2 parents ac6394b + 2d41254 commit ba7e41f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ROBOT_MYMOVE_TOKEN }}
GITHUB_ACTOR_NAME: "robot-mymove"
GITHUB_ACTOR_EMAIL: "dp3-integrations+github@truss.works"
GITHUB_ACTOR_EMAIL: "milmovesysadmins@caci.com"
run: |
git config --global user.name "${GITHUB_ACTOR_NAME}"
git config --global user.email "${GITHUB_ACTOR_EMAIL}"
Expand All @@ -60,4 +60,4 @@ jobs:
body: |
Automated update from tfsec version ${{ steps.get-versions.outputs.current_tag }} to version ${{ steps.get-versions.outputs.release_tag }}
Release Notes: https://github.com/aquasecurity/tfsec/releases/tag/v${{ steps.get-versions.outputs.release_tag }}
team-reviewers: Truss-InfraSec
reviewers: josiahzimmerman-caci edwardharriscaci

0 comments on commit ba7e41f

Please sign in to comment.