Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 22cf48e

Browse files
Comply with OpenSSF enforcement
1 parent e50b959 commit 22cf48e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on: [push, pull_request]
22

3+
# Declare default permissions as read only.
4+
permissions: read-all
5+
36
defaults:
47
run:
58
shell: bash

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Publish on Docker Hub
22

3+
# Declare default permissions as read only.
4+
permissions: read-all
5+
36
on:
47
push:
58
tags:

0 commit comments

Comments
 (0)