Skip to content

Commit

Permalink
Merge branch 'master' into 'ws15'
Browse files Browse the repository at this point in the history
# Conflicts:
#   fr/index.md
  • Loading branch information
arnobnq committed Feb 14, 2023
2 parents e9364ce + 17aa78c commit 212d4c1
Show file tree
Hide file tree
Showing 9 changed files with 1,744 additions and 2 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,21 @@ make ws15
Previous workshops generated files are versionned under `_archives_` folder with
the same logic to preserve templates made in the past.

Refresh the github mirror
-------------------------------------------------------------------------------

```
git clone git@github.com:dalibo/workshops.git
cd workshops
git remote add upstream git@gitlab.dalibo.info:formation/workshops.git
git fetch upstream
git rebase upstream/master
git push --force-with-lease
```

> DO NOT use `git push --force` on the master branch.

Contribute
-------------------------------------------------------------------------------

Expand Down
9 changes: 9 additions & 0 deletions fr/atelier_pgsodium/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Atelier chiffrement de donnée

Auteurs:
* Frédéric Yhuel
* Jehan-Guillaume de Rorthais

Le but de l'atelier est de construire une instance contenant des
colonnes chiffrées en utilisant l'extension pgsodium.

Binary file not shown.
Binary file added fr/atelier_pgsodium/medias/PCI-DSS-v4_0.pdf
Binary file not shown.
Binary file added fr/atelier_pgsodium/medias/cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 212d4c1

Please sign in to comment.