1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
Commit graph

13 commits

Author SHA1 Message Date
Idan Adar
9a6ffcd844
Make UBI more tolerable from OS vulnerabilities (#3607)
* Make UBI safer from OS vulnerabilities

* Add missing files

* Use correct packages

* Fix CVEs
2024-06-20 17:50:49 +02:00
dependabot[bot]
5721fae729
chore(deps): bump ubi8/ubi-minimal from 9e458f4 to 5f1cd34 (#3568)
Bumps ubi8/ubi-minimal from `9e458f4` to `5f1cd34`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-10 23:14:44 +03:00
dependabot[bot]
a3028df3ae
chore(deps): bump ubi8/ubi-minimal from f729a7f to 9e458f4 (#3543)
Bumps ubi8/ubi-minimal from `f729a7f` to `9e458f4`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-03 12:01:15 +03:00
dependabot[bot]
c3bf442941
chore(deps): bump ubi8/ubi-minimal from 2fa47fa to f729a7f (#3523) 2024-05-29 16:09:57 +03:00
dependabot[bot]
047bf86ad3
chore(deps): bump ubi8/ubi-minimal from f30dbf7 to 2fa47fa (#3482)
Bumps ubi8/ubi-minimal from `f30dbf7` to `2fa47fa`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 08:42:17 -03:00
dependabot[bot]
a20f8c6390
chore(deps): bump ubi8/ubi-minimal from 8bedbe7 to f30dbf7 (#3342)
Bumps ubi8/ubi-minimal from `8bedbe7` to `f30dbf7`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-09 08:06:29 +02:00
dependabot[bot]
8629c533e0
chore(deps): bump ubi8/ubi-minimal from 6825946 to 8bedbe7 (#3195)
Bumps ubi8/ubi-minimal from `6825946` to `8bedbe7`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-27 14:11:41 +01:00
dependabot[bot]
c00d90dec8
chore(deps): bump ubi8/ubi-minimal from c9c8f91 to 6825946 (#3137)
Bumps ubi8/ubi-minimal from `c9c8f91` to `6825946`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-12 12:42:01 +01:00
Moritz Johner
24d0720bba
chore: bump ubi image (#3096)
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2024-02-01 14:46:22 +01:00
dependabot[bot]
4913b7b41b
chore(deps): bump ubi8/ubi-minimal from d8b81a3 to 2882390 (#3041)
Bumps ubi8/ubi-minimal from `d8b81a3` to `2882390`.

---
updated-dependencies:
- dependency-name: ubi8/ubi-minimal
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-19 09:08:35 +01:00
Moritz Johner
00249f1d43
Create OSSF scorecard job (#3032)
* Create scorecard.yml

Adds a scorecard workflow to regularly check the repo.
See docs: https://github.com/marketplace/actions/ossf-scorecard-action#scorecard-badge

Signed-off-by: Moritz Johner <moolen@users.noreply.github.com>
2024-01-18 21:03:07 +01:00
Moritz Johner
8643e65100
chore: bump dependencies (#1667)
* chore: bump dependencies

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: bump libksba package

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: cleanup go sum

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-10-25 22:42:34 +02:00
Moritz Johner
1672dfd556
feat: test UBI image build (#1574)
* feat: test UBI image build

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-Authored-By: Idan Adar <iadar@il.ibm.com>
Co-Authored-By: mrgadgil
2022-10-06 19:14:13 +02:00