Skip to content

Commit

Permalink
Ajout de l'heure en France
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreheleta committed Jun 29, 2023
1 parent 27a84e4 commit 4fb32f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checkov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
- name: Upload Results to S3
run: |
TIMESTAMP=$(date '+%d_%m_%Y_%H_%M_%S')
TIMESTAMP=$(TZ=":Europe/Paris" date '+%d_%m_%Y_%H_%M_%S')
aws s3 cp results.txt s3://${{ secrets.BUCKETNAME }}/checkov_$TIMESTAMP.txt

0 comments on commit 4fb32f3

Please sign in to comment.