Skip to content

Commit

Permalink
Comply with OpenSSF enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
AndresGuzman-Ballen committed Mar 6, 2024
1 parent e50b959 commit 22cf48e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
on: [push, pull_request]

# Declare default permissions as read only.
permissions: read-all

defaults:
run:
shell: bash
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Publish on Docker Hub

# Declare default permissions as read only.
permissions: read-all

on:
push:
tags:
Expand Down

0 comments on commit 22cf48e

Please sign in to comment.