Skip to content

Commit

Permalink
fix: ensure safer Super-Linter permissions (CKV2_GHA_1)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLarson committed Apr 27, 2024
1 parent ae8e06b commit db8c9c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ name: Super-Linter
on:
push:

############################
# Ensure safer permissions #
############################
permissions:
contents: read

#####################################
# Cancel any in-progress job or run #
#####################################
Expand Down

0 comments on commit db8c9c8

Please sign in to comment.