Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "Super-Linter"
author: "step-security"
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
runs:
using: docker
image: docker://ghcr.io/step-security/super-linter@sha256:e7e8dc962ae5228bc7c5bb76d5c83031d0a8e3b4b052fbcb639c9126289a78a5
using: 'docker'
image: 'docker://ghcr.io/step-security/super-linter:v1.0.0'
branding:
icon: "check-square"
color: "white"
Expand Down
4 changes: 2 additions & 2 deletions slim/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: "Super-Linter slim"
author: "step-security"
description: "Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code."
runs:
using: docker
image: docker://ghcr.io/step-security/super-linter@sha256:dcb013cf1925323e7ed76fea31ed98145301433cc876473d4a34b058e1193dfe
using: 'docker'
image: 'docker://ghcr.io/step-security/super-linter:slim-v1.0.0'
branding:
icon: "check-square"
color: "white"
Expand Down
Loading