Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Persch <stevector@users.noreply.github.com>
  • Loading branch information
kporras07 and stevector authored Mar 26, 2024
1 parent 12640bd commit b250769
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ We've updated our [Terminus GitHub Action](https://github.com/marketplace/action

Some technical details:

- Session is encrypted using OpenSSL with AES-256 and PBKDF2 before being cached.
- The session data is encrypted using OpenSSL with AES-256 and PBKDF2 before being cached.

- Session is scoped to workflow run, meaning re-running same workflow will use existing cache (in case of a failure, etc) while new workflows create new session.
- The session information is scoped to a workflow run, meaning re-running the same workflow will use existing cache (in case of a failure, etc) while new workflows create a new session.

0 comments on commit b250769

Please sign in to comment.